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: Background jobs inUnix

RE: Background jobs inUnix

From: Suhen Pather <Suhen.Pather_at_strandbags.com.au>
Date: Tue, 02 Oct 2001 16:00:56 -0700
Message-ID: <F001.0039FCB1.20011002160517@fatcity.com>

mknod exp.pipe p

        # read the pipe - output to zip file in the background
        compress < exp.pipe > scott.exp.Z &
        # feed the pipe
        exp userid=scott/tiger file=exp.pipe ...



Hi Suhen,

I guess the flwng is the syntax:

$ mknod -p /mydir/pipe_file 200m
$ exp user/passwd file=pipe_file tables=abc &

correct me if I am wrong

thanq
srinvias
-----Original Message-----
Sent: Tuesday, October 02, 2001 3:25 AM
To: Multiple recipients of list ORACLE-L

Srinivas,

Try using
nohup compress /u01/dmps/zvr_dd.dmp &

It should not be a problem to close your Unix session. I have not had any problems with the Unix compress utility on Oracle Dump files.

You could also compress while you export using names pipes. Let me know if you want the syntax.

Regards
Suhen

Hi Lists,

Shall I close the unix session after submitting my job (compressing the dmp file after importing) in the background on solaris.

$ compress /u01/dmps/zvr_dd.dmp &

 is this harmful ? (like killing the running jobs)

thnx in adv
srinivas

--

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

Author: Tatireddy, Shrinivas (MED, Keane)   INET: Shrinivas.Tatireddy_at_med.ge.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: Suhen Pather
  INET: Suhen.Pather_at_strandbags.com.au
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: Tatireddy, Shrinivas (MED, Keane)   INET: Shrinivas.Tatireddy_at_med.ge.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: Suhen Pather
  INET: Suhen.Pather_at_strandbags.com.au
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 Oct 02 2001 - 18:00:56 CDT

Original text of this message

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