Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: export dump name for tape
Rafiq,
It has been a while since I dumped to tape but I'll try and lead you in the right
direction.
1. To dump different table one after the other you can list the table in a parfile and
call the parfile from your script or
2. you cal execute your exp script each time for a different table specified in the
command line and have the tape device indicated as "no rewind" untill the last table
is exported. I think that the area that has to be modified is the "file=/dev/rmt/2m"
entry. It should look like "file=/dev/rmt/2mn" for no rewind.
List correct me if I do not remember correctly..
ROR mª¿ªm
>>> rafiq9857_at_hotmail.com 02/13/01 10:15AM >>>
As I have not received any response to my following message, I am posting it
again for UNIX GURUS..
My question ius whether is it possible to give name to export dump while
sending it directly to tape? If yes how....
Thanks
Rafiq
Date: Mon, 12 Feb 2001 11:25:26 -0800
Hi,
Can somebody guide me to give name to export dump while sending export dump directly to tape. Right now I am using following :
exp user/password file=/dev/rmt/2m volsize=16384M compress=n direct=y log=/u308/oracle/home/dba/fullexp/log/exp_ar_FINPROD${expdate}.log
But now I want to export table by table giving individual file name to dump on tape in one script.
Regards
Rafiq
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Mohammad Rafiq INET: rafiq9857_at_hotmail.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Mohammad Rafiq INET: rafiq9857_at_hotmail.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ron Rogers INET: RROGERS_at_galottery.org Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Feb 13 2001 - 11:49:44 CST