create instance from dump file
clliranMay 6 2011 — edited May 16 2011Hi all,
I need to create new instance from dump file which was created with expdp. There are some problems\doubts:
1. i have several production instances on my server and dont wanna crush them.
2. the dump file was generated from instance ‘name _1’ and i want to create instance ‘name_2’.i mean that i must create new catalog for all files (data files, contrl files, archive redo logs, redo logs and etc). New instance must have new unique parameters. How can I do this?
3. how should be parameters of impdp if expdp was like this:
expdp system/*****@SID full=Y dumpfile=mydump.dmp directory=my_directory logfile=mylogfile.log JOB_NAME=FULLexp
thanks and regards,
rustam