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!

how to move tables from one user to another user in same tablespace;

827207Oct 19 2011 — edited Nov 20 2011
How can i move the tables & data starting with TIS_ from USER1 schema to this new schema?

By below query i created new schema:-
create user TEST identified by TEST12 default tablespace DMGTS;

Both the USER/Schema are in same tablespace.

It is ORACLE9i.

Please reply....
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 18 2011
Added on Oct 19 2011
12 comments
1,236 views