Skip to Main Content
  • Questions
  • How to Load data using dump file to Oracle free autonomous database

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question, Daxesh.

Asked: November 05, 2020 - 1:52 pm UTC

Last updated: November 09, 2020 - 5:56 am UTC

Version: 19c

Viewed 1000+ times

You Asked

I have created my account autonomous free database on oracle cloud. How I upload my current data backup taking from data pump (expdp )or simple export (exp) on autonomous cloud and how I take & download backup from that. I just created database and configure oracle apex. My dump file size is only 15MB. I download wallet and connect using sqlplus its working but when I tried to import data from imp command (exported using exp ) i got message
IMP-00013 only a DBA can import a file exported by another DBA. I tried with admin user.

can you guide me how i do it with right way.

and Connor said...

Get the latest oracle client which has a new more improved data pump and then you can follow the example here

https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/load-data-data-pump.html#GUID-297FE3E6-A823-4F98-AD50-959ED96E6969

The other option is to use an object store for your dump file. Tim Hall has a nice write up on that here

https://oracle-base.com/articles/vm/oracle-cloud-autonomous-data-warehouse-adw-import-data-from-object-store

Is this answer out of date? If it is, please let us know via a Comment

More to Explore

Utilities

All of the database utilities are explained in the Utilities guide.