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: Execute a HOST sql command

Re: Execute a HOST sql command

From: zhu chao <chao_ping_at_vip.163.com>
Date: Sun, 22 Feb 2004 13:42:28 +0800
Message-ID: <000701c3f91f$28a21880$9a3b5fd3@chaos>


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
> -----------------------------------------------------------------
>
>



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
-----------------------------------------------------------------
Received on Sun Feb 22 2004 - 02:37:04 CST

Original text of this message

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