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: UNIX QUESTION.

RE: UNIX QUESTION.

From: Reardon, Bruce (CALBBAY) <Bruce.Reardon_at_comalco.riotinto.com.au>
Date: Tue, 19 Feb 2002 16:48:18 -0800
Message-ID: <F001.00413B93.20020219164818@fatcity.com>


I'm not sure on the Unix side, but that Windows command will fire the copy off in a separate window and immediately return command to sqlplus, whilst the copying is still occurring.

eg, consider the different behaviour of the following 2 commands under Windows SQLPlus: SQL> host start cmd /c pause
SQL> host pause

For Unix, Would you need to get the job to run in the background (via a & maybe) to achieve the same effect?

HTH,
Bruce Reardon

-----Original Message-----
Sent: Wednesday, 20 February 2002 10:11

[Hamid Alavi]
> ANYBODY KNOW WHAT'S THE EQUIVALENT OF THIS COMMAND IN UNIX?
>
> host start cmd /c copy /u04/oradata/AMDEV/rbs01.dbf D:\oradata\fred\backup

host cp /u04/oradata/AMDEV/rbs01.dbf /oradata/fred/backup

-- 
James Manning <jmm_at_sublogic.com>
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Reardon, Bruce (CALBBAY)
  INET: Bruce.Reardon_at_comalco.riotinto.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 Feb 19 2002 - 18:48:18 CST

Original text of this message

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