how to move tables from one user to another user in same tablespace;
827207Oct 19 2011 — edited Nov 20 2011How 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....