|
|
|
|
Re: Import whole database to another database.. is it possible? [message #535118 is a reply to message #534626] |
Mon, 12 December 2011 04:31 |
|
Jack14
Messages: 497 Registered: December 2011 Location: INDIA
|
Senior Member |
|
|
Quote:I cannot use datapump. The export is already there which has used the original export method.
If you are using the following command to export a full database "mydb".
exp userid="'/ as sysdba@mydb'" file=MAXIMO.dmp log=MAXIMO_exp.log full=y rows=y direct=y
Then,
you can use the following to import the same into orcl database
imp userid="'/ as sysdba@orcl'" file=MAXIMO.dmp log=MAXIMO_imp.log
[Updated on: Tue, 13 December 2011 00:06] Report message to a moderator
|
|
|