Hello,
I need to import all objects in "scott" schema from DB1 to DB2, I need all objects, including table definiations, constraints, stored functions/packages and etc, everything in this schema except data. I do not need any data from any table, not a single row.
Can I do this in sqlplus?
If it can not be done in sqlplus, Please tell me few options if there are some.
Thank you very much in advance.
I need to import all objects in "scott" schema from DB1 to DB2, I need all objects, including table definiations, constraints, stored functions/packages and etc, everything in this schema except data. I do not need any data from any table, not a single row.
Can I do this in sqlplus?
If it can not be done in sqlplus, Please tell me few options if there are some.
Thank you very much in advance.