Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Best way to migrate data from one schema to another

$a!Apr 18 2017 — edited Apr 18 2017

Dear All,

I have few DB objects(20 tables, 20 sequences, 2 object types and a procedure, to be precise) in one schema and i want to migrate them(copy them) to another schema.

what would be best way, so that i don't miss any indexes, constraints, data,Triggers etc., i.e.,everything related to those objects.

If i use CTAS, it seems the indexes and all won't come.

Also, how can i  copy sequences, so that the value continues in the new schema from where it was, in the old schema.

Kindly help.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 16 2017
Added on Apr 18 2017
16 comments
11,307 views