简体   繁体   中英

How to copy an Oracle DB Schema in Oracle Cloud

I'd like to copy a schema to a newly created one in Oracle Database, in Oracle Cloud.

As far as I know, these databases are managed ones, so I can't run expdb / impdb on them.

Any other idea how to copy (~clone) an entire schema?

Thanks,

As @dmitry shared above-

1.Extract DDL stackoverflow.com/questions/10886450/…. 2.Extract data csv github.com/dmitrydemin1973/powershell-oracle/blob/master/… or insert sql. 3. Create tables in cloud. 4 Load data into tables(sqlloader or sqlplus). 5Create other objects(indexes, procedures, packages,etc ).6 Recompile functions, procedures, packages, views.

Please see @dmitrys response above

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM