|
The dump file will be in the directory your session was in when you
invoked the exp utility. The default file name of the dump file is
expdat.dmp. You can specify a file name for the dump file with the
FILE= parameter. Optionally, you can include a directory path in the
file name. The following examples illustrate this for Unix and Windows
respectively:
exp userid=user/pass@tnsalias table=(my_table)
file=/home/oracle/my_table.dmp
exp userid=user/pass@tnsalias table=(my_table)
file=c:tempmy_table.dmp
|