I exported an Oracle database using EXPORT and created the file expdat.dmp (on Unix). How do I find where that file is located?
thanks.
Printable View
I exported an Oracle database using EXPORT and created the file expdat.dmp (on Unix). How do I find where that file is located?
thanks.
It will be in the directory where you issued the export command.
or:
find / -name expdat.dmp -print