Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Compress while EXPORT.. but the unix process never dies...

RE: Compress while EXPORT.. but the unix process never dies...

From: Seley, Linda <LSeley_at_IQNavigator.com>
Date: Wed, 24 Jan 2001 09:45:46 -0700
Message-Id: <10751.127375@fatcity.com>


Oh ho, an explicit exit. Um, no. Well, I can fix that....

Thanks!

Linda

-----Original Message-----
From: David Barbour [mailto:dbarbour_at_connectsouth.com] Sent: Wednesday, January 24, 2001 8:01 AM To: Multiple recipients of list ORACLE-L Subject: RE: Compress while EXPORT.. but the unix process never dies...

Do you exit?

David A. Barbour
Oracle DBA - ConnectSouth
512-681-9438
dbarbour_at_connectsouth.com

-----Original Message-----
Sent: Tuesday, January 23, 2001 6:16 PM
To: Multiple recipients of list ORACLE-L

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-----
Sent: Tuesday, January 23, 2001 6:51 AM
To: Multiple recipients of list ORACLE-L

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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Ramasamy, Baskar
  INET: Baskar.Ramasamy_at_calanais.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: Seley, Linda
  INET: LSeley_at_IQNavigator.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: David Barbour
  INET: dbarbour_at_connectsouth.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 Received on Wed Jan 24 2001 - 10:45:46 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US