Insert Data into Oracle Autonomous Data Warehouse
To format the uploaded data and make it available for analysis, you must load it into Oracle Autonomous Data Warehouse.
Provision an Oracle Autonomous Data Warehouse Instance
Provision an instance of Oracle Autonomous Data Warehouse in the Oracle Cloud Infrastructure service console.
- Sign in to the Oracle Cloud Infrastructure service console.
- Click the Autonomous Data Warehouse menu and select Create Autonomous Database.
- On the Create Autonomous Database page, select the appropriate Compartment.
- Enter a Display Name for the data warehouse.
- Enter a Database Name.
- Click Data Warehouse for workload type.
- Specify the CPU Core Count and Storage (in terabytes) that are appropriate for your workload based on the number of concurrent user and queries, the volume of data, and so on. For a small data sample (1 MB file) for example, specify a CPU Core Count of 2 and 1 TB of storage.
- If you want to automatically scale CPU Core Count and Storage values based on changes in your workload, click Auto Scaling.
- Specify a password for the Admin account.
- Click a Bring Your Own License if you want to use an existing on-premise license or click License Included to provision a license with the data warehouse.
Obtain Wallet Credentials
Integration services can use a wallet that contains client credentials to access Oracle Autonomous Data Warehouse. To create a wallet, you must have an administrator account for Oracle Autonomous Data Warehouse.
Connect using Oracle SQL Developer Web
Oracle SQL Developer Web is a cloud-based development environment that simplifies the development and management of Oracle Autonomous Data Warehouse.
Oracle SQL Developer Web is a browser-based interface of Oracle SQL Developer and provides a subset of the features of the desktop version, including the ability to run SQL statements and scripts in the worksheet.
Oracle SQL Developer Web connects to Oracle Autonomous Data Warehouse using the credentials in an Oracle Wallet.
- Navigate to the Service Console for Oracle Autonomous Data Warehouse.
- Click Development and then click SQL Developer Web.
- Enter the admin user name and password for the Oracle Autonomous Data Warehouse instance and click Sign In.
Create an Auth Token
Before you can move data from Oracle Cloud Infrastructure Object Storage into Oracle Autonomous Data Warehouse you must store your object storage credentials in the data warehouse.
- Sign in to the Oracle Cloud Infrastructure console, click the User icon, and select User Settings.
- To create a new auth token, click Auth Tokens in the Resources section and then click Generate Token.
- Provide a description for the Auth Token and click Generate Token. Copy the token when it is displayed.
- Click the Copy link and store the token information in a secure location because when you close the dialog, you will not be able see the token in the console again.
- Click Close.