Skip to Main Content

Oracle Database Discussions

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Copy table from once schema to another

Rahul_IndiaJul 1 2013 — edited Jul 3 2013

I have once schema say DEV_A .under this schema i have one user say T.

select * from  T.TABLE_NAME;

i want to copy the same table with data in another schema PROD_A  schema (prod_a also ha a usernamed t) under the user name T(IN PROD_A)

How can i do it

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 31 2013
Added on Jul 1 2013
12 comments
16,051 views