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

Home -> Community -> Mailing Lists -> Oracle-L -> schema refreshes (transport tablespace)

schema refreshes (transport tablespace)

From: Tatireddy, Shrinivas (MED, Keane) <Shrinivas.Tatireddy_at_med.ge.com>
Date: Thu, 18 Oct 2001 02:19:14 -0700
Message-ID: <F001.003AE5E1.20011018022018@fatcity.com>

Hi lists,

Can anybody post me the command to run the following:

I need to perform rcp at shell (Solaris) for 50 files. This is part of schema refreshes/mirrorings using transport tablespace utility.

I am submitting a file that has 50 rcp commands like

rcp srvr1:/u01/f1  srvr2:/u01/f1
rcp srvr1:/u01/f2  srvr2:/u01/f2
rcp srvr1:/u01/f3  srvr2:/u01/f3
rcp srvr1:/u01/f4  srvr2:/u01/f4

.....upto 50 lines.

when I submit this, system is executing only 1 rcp at a time. But I need to do rcp 2 files at a time. So I chose another alternative.

rcp srvr1:/u01/f1  srvr2:/u01/f1
rcp srvr1:/u01/f2  srvr2:/u01/f2&
rcp srvr1:/u01/f3  srvr2:/u01/f3
rcp srvr1:/u01/f4  srvr2:/u01/f4&

.......upt0 50 lines.

But in this , the system is not doing rcp 2 at a time. It is taking 3 or 4 or 1 at a time.

Is there a way to execute 2 rcp's at any time. using any shell command.

thnx in advance.
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). Received on Thu Oct 18 2001 - 04:19:14 CDT

Original text of this message

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