Prepare Autonomous Data Warehouse for Data Import
To format the 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.
- Specify the type of network access:
- Allow secure access from anywhere: Access the database using a public endpoint that you secure with an access control list (ACL).
- Virtual Cloud Network: This option creates a private endpoint for your database within a specified VCN.
- Virtual Cloud Network: Select the VCN in which to launch the database. Click Change Compartment to select a VCN in a different compartment.
- Subnet: Select the subnet to attach to the database. Click Change Compartment to select a subnet in a different compartment.
- Hostname prefix: Optionally, specify a host name prefix for the database and associate a DNS name with the database instance.
- Network security groups: Specify at least one network security group (NSG) for your database. An NSG functions as a virtual firewall, allowing you to apply a set of ingress and egress security rules to your database.
- Click a Bring Your Own License if you want to use an existing on-premises license or click License Included to provision a license with the data warehouse.
Use Access Control Lists to Govern Access
- Navigate to the Service Console for Oracle Autonomous Data Warehouse.
- Click the instance name to open the console page for that instance.
- Click the Actions menu and select Access Control Lists.
- Specify one or more addresses that are allowed to connect to the data warehouse, either as a comma-separated list or as Classless Inter-Domain Routing (CIDR) blocks. You can specify multiple entries by clicking Additional Entry.
- Click Update.
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.
Prepare to Connect to the Data Warehouse with Oracle SQL*Plus
SQL*Plus is a command-line interface used to connect to and query an Oracle database from your local workstation.
To connect to an Oracle Autonomous Data Warehouse, you must specify the location of the downloaded credential wallet and update certain environment variables. The following examples show SQL*Plus on a Linux operating system.