Dba_Oracledb2
asked on
imp utility (full import)
i created a fresh new db and have to do a full import from a dump file . Export was done using exp utility.
Inorder to do a full import, i need to firsh create user schemas,tablespaces of export dump file ,
how can i extract the user schemas and created them before before importing...thanks ...
i know about imdp, but this is using imp utility.
Inorder to do a full import, i need to firsh create user schemas,tablespaces of export dump file ,
how can i extract the user schemas and created them before before importing...thanks ...
i know about imdp, but this is using imp utility.
ASKER
i will try that, imp will not create user for a full import for sure...thanks..
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Anyway, use the SHOW=Y and INDEXFILE parameters. Â The indexfile should show all the commands (they should be commented out).
If that doesn't work, use logfile with show=Y. Â It will require more editing to ger executable.