Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Execute a HOST sql command
this also works:
SQL> host "C:\Program Files\UltraEdit\UEDIT32.EXE"
SQL>exec dbms_lock.sleeP(30);
> Can anyone tell me how to code a HOST command with imbedded spaces in
> SQLPLUS:
> Sample: host c:\program files\resource pro kit\sleep.exe 30;
> I have tried single and double quotes but it doesn't work.
>
> Thanks!
> Ron
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to: oracle-l-request_at_freelists.org
> put 'unsubscribe' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -----------------------------------------------------------------
>
>
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Sun Feb 22 2004 - 02:37:04 CST
![]() |
![]() |