import from .dmp file [message #72123] |
Wed, 12 March 2003 08:39 |
Arpit
Messages: 99 Registered: March 2001
|
Member |
|
|
Hello everyone,
I had a import file (.dmp) from one of my clients which i had to import.
I used the sqlldr to import the file using
imp system/manager file = x.dmp full=y
The file was imported sucessfully, but now how can i know what table/s would the data got imported in?
Did i miss anything in the import command...
PLEASE HELP ME ASAP
Thanks!
|
|
|
Re: import from .dmp file [message #72146 is a reply to message #72123] |
Mon, 24 March 2003 14:27 |
Anand
Messages: 161 Registered: August 1999
|
Senior Member |
|
|
add 'LOG=<filename>' parameter to the imp command syntax. This will spool the whole import process on to a file. You can cross-check the file later.
|
|
|