How to copy schemas from one database(A) to another database(B)
555530Apr 2 2012 — edited Apr 2 2012Hi All,
I have to copy the schemas from Database A onto Database B.
I usually expdp the schema from DB A and copy the dump to other host and import it on DB B.
Is there any other way then expdp / impdp to copy the schemas from one database to another.
Thanks!