Prepare Services in the Cloud to Accept Migrated Data
Prepare your Oracle Cloud Infrastructure account to accept migrated data by adding the source database's public key in your account, creating a storage bucket to store the data, provisioning a compatible database in your region, and copying the source database's wallet to the new database in the cloud.
Add the Public Key to Your Oracle Cloud Infrastructure Account Profile
Add the wallet public key that you created on the source database to your Oracle Cloud Infrastructure account. The public key will be used to access your Oracle Cloud Infrastructure Object Storage.
Create a Bucket in Object Storage
Buckets are used to store and organize data. The bucket that you create will be the container for the data that's backed up to Oracle Cloud Infrastructure Object Storage.
Provision a Database in Oracle Cloud Infrastructure
Provision a compatible database in Oracle Cloud Infrastructure. The database can be either a bare metal or virtual machine, but the version must be at least the same version as the source database.
The container database (CDB) or system identifier (SID) name in the cloud must be the same as the source database CDB or SID name. Depending on the type of database system and the number of nodes provisioned, it can take over an hour to provision a database system.
Before you begin, the compartment must have a Virtual Cloud Network (VCN) setup with a private subnet to provision the Database System. To access the database, you must either provision a bastion host in a public subnet in the VCN (so that it has a public IP), or you'll need direct access to the private network through VPN or Oracle Cloud Infrastructure FastConnect. Create a Security List rule on the database private subnet giving access to the database port (1521) from the public subnet CIDR block.