Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: creating test sessions
the structure of scripts is as follows ...
set ...
declare
v_alert_msg varchar2(20);
v_alert_status number;
begin
dbms_alert.register('START_NOW');
all scripts will be fashioned like this, once you are ready to go ... all you need to do is
exec dbms_alert.raise('START_NOW',null); commit;
HTHS
Raj
-----Original Message-----
Sent: Thursday, September 25, 2003 7:15 PM
To: Multiple recipients of list ORACLE-L
Sorry, it's either too late or I just don't get it, how come any instances of this sql script would wait for an alert? Is there any mechanism inside the sql script?
Tanel.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Jamadagni, Rajendra
INET: Rajendra.Jamadagni_at_espn.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).