Migrate the Data
You'll use Oracle SQL Developer to migrate the database and to copy the table to Oracle.
Run the Migration Scripts
Run the master.sql
script in your Oracle Autonomous
Database.
Emulate
handles the transformation of the Stored Procedures and
Functions.
DB2INST1
creates all of the Tables and Views in the autonomous
database.
Upload the Data to Storage
Upload the data files from your local system to Oracle Cloud Infrastructure Object Storage in your region.
If the data files are 2 GB or smaller, then you can use the Console to upload the files. If the data files are over 2 GB, you can upload to object storage manually or automatically using the Oracle Cloud Infrastructure (OCI) command-line interface (CLI).
When you use the CLI, you specify the part size of your choice, and Oracle Cloud Infrastructure Object Storage splits the object into parts and performs the upload of all parts automatically. You can choose to set the maximum number of parts that can be uploaded in parallel. By default, the CLI limits the number of parts that can be uploaded in parallel to three. When using the CLI, you do not have to perform a commit when the upload is complete.
- To upload files using the Console:
- To upload data files from your local system to an object
storage bucket using the CLI:
Create Credentials
Create credentials to access the Autonomous Data Warehouse, then store your object storage credentials in the data warehouse.
SQL Developer can use a wallet that contains client credentials to access the Oracle Autonomous Data Warehouse. To create a wallet, you must have an administrator account for Oracle Autonomous Data Warehouse.