Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: newbie question about SQL
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
![]() |
![]() |