schema refreshes (transport tablespace)

2001-10-18 Thread Tatireddy, Shrinivas (MED, Keane)
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

Re: schema refreshes (transport tablespace)

2001-10-18 Thread Paul Vallee
Title: RE: schema refreshes (transport tablespace) An easier solution might be the use of the wait command: rcp srvr1:/u01/f1 srvr2:/u01/f1 rcp srvr1:/u01/f2 srvr2:/u01/f2 waitrcp srvr1:/u01/f3 srvr2:/u01/f3 rcp srvr1:/u01/f4 srvr2:/u01/f4 wait etc.etc. Best regards, Paul Vallee