Hi
I want to import a table from an old version of our database into our current version.
imp <user>/<password>@<oraname> file=<exportfile> tables=table1 full=n
The problem is that I want to import the table with a new name. i.e. table2.
The most obvious solution is to rename the table once it has been imported, I have a table with the same name in the current database that I must leave intact.
Any help gratefully received.
John
I want to import a table from an old version of our database into our current version.
imp <user>/<password>@<oraname> file=<exportfile> tables=table1 full=n
The problem is that I want to import the table with a new name. i.e. table2.
The most obvious solution is to rename the table once it has been imported, I have a table with the same name in the current database that I must leave intact.
Any help gratefully received.
John