Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> (RE: Use of host command from scripted SQL)++
Hi all
Firstt of all, I just wanted to thank you all for your help.
On a sidenote, does anyone know if you can stop the execution of a script called using @ or @@ conditionally? This has to be outside of a procedure as I'm using ACCEPT and the like. Halting the sqlplus process is not an option either. I'm trying to get a recursive script to work.
Think of something like
------some-file.sql--------
SOME CODE
ACCEPT some_var PROMPT 'Give me input> ';
IF some_var = '' THEN -- I know this doesn't exist
COOL CODE TTHAT STOPS SCRIPT
END IF
PRINT some_var
MORE CODE
@@some-file.sql
-------/some-file.sql--------
David.
This message is confidential and is intended for the addressee only; unless clearly stated that this disclaimer should not apply, this e-mail is not intended to create legally binding commitments on behalf of FDM Group Plc, nor do its contents reflect the corporate views or policies of FDM. Any unauthorised disclosure, use or dissemination, either whole or partial, is prohibited. If you are not the intended recipient of the message, please notify the sender immediately.
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Dec 15 2006 - 16:00:15 CST
![]() |
![]() |