oracle database Migration from onpremise to OCI.
Hi Experts,
We are planning to move oracle database from onpremise to OCI.
Database Version 19.17->CDB with single PDB
We have taken Oracle base database service.
We don't have vpn or fast connect.
Database size is less than 150GB.
We are planning to use expdp impdp utilities for this migration and an offline migration.
High Level:
============
1) On the on-premises database host, invoke Data Pump Export (expdp) and export the on-premises database.
2) Database will be created on private subnet.
3)Connect to the Oracle Database Cloud Service compute node and then use a secure copy utility to transfer the dump file to the Oracle Database Cloud Service compute node.