Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Compress while EXPORT.. but the unix process never dies...
Our production environment has very similar script which runs every night.
When I do a ps I see many instances of this script still running, one for
each day since the last time I went through and manually killed them. I see
three big differences, we aren't using nohup but I don't think that's our
problem ;-), our script does the rm at the end instead of the beginning, and
there is a sleep after the compress command.... Does anyone have any ideas
on how I can get rid of these lingering processes?
TIA! Linda
-----Original Message-----
From: Ramasamy, Baskar [mailto:Baskar.Ramasamy_at_calanais.com]
Sent: Tuesday, January 23, 2001 6:51 AM
To: Multiple recipients of list ORACLE-L
Subject: RE: Compress while EXPORT..
Arul,
just update the table names and run it in the $ prompt.
#!/usr/bin/ksh
rm -f /tmp/regress_pipe
/usr/sbin/mknod /tmp/regress_pipe p
nohup compress < /tmp/regress_pipe > /tmp/regress.dmp.Z &
exp / file=/tmp/regress_pipe tables=TAB1,TAB2 buffer=100000 compress=n
consistent=y log=exp-regress.log
Baskar
-----Original Message-----
Sent: 23 January 2001 12:01
To: Multiple recipients of list ORACLE-L
Hi There,
I would like to know how to take " Compressed Export of Oracle db in
UNIX ".
TIA,
Arul.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Arul kumar
INET: rakumar_at_mahindrabt.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).
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 Jan 23 2001 - 18:11:14 CST
![]() |
![]() |