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

Home -> Community -> Usenet -> c.d.o.tools -> Re: newbie question about SQL

Re: newbie question about SQL

From: Jining Han <hanj_at_mailcity.com>
Date: Thu, 25 Jan 2001 02:37:54 GMT
Message-ID: <94o3i2$cv6$1@nnrp1.deja.com>

In article <3A6EEF47.F6B7284F_at_stern.nyu.edu>,   chiddi_at_stern.nyu.edu wrote:
> What is the command for transferring a file from C: to A: ?
> Can I do this at all in SQL>
> or can I do this only in Unix/My Computer etc?
>
> Thanks,
> CW
>
>

If you run sqlplus under DOS, then

   SQL>$copy c:\file a:\

If you run it under Unix, then

   SQL>!UnixCommand

I don't know why Oracle uses a different symbol for OS shell command.

--
Jining Han
Sallie Mae


Sent via Deja.com
http://www.deja.com/
Received on Wed Jan 24 2001 - 20:37:54 CST

Original text of this message

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