Export and Import schema in Autonomous Database using Datapump

1. Navigate to desired compartment and create bucket 2. To identify OCI Object storage URI navigate to detail page of objects https://swiftobjectstorage.<region&gt;.oraclecloud.com/v1/<namespace>/<bucket name>/<file name> where region = home region namespace – namespace of bucket 3. Login as admin user in Autonomous Database and create credentials BEGIN  DBMS_CLOUD.CREATE_CREDENTIAL(    credential_name => 'DEF_CRED_NAME',    username =>'mail id ',    password … Continue reading Export and Import schema in Autonomous Database using Datapump