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: creating test sessions

RE: creating test sessions

From: Jamadagni, Rajendra <Rajendra.Jamadagni_at_espn.com>
Date: Fri, 26 Sep 2003 06:14:36 -0800
Message-ID: <F001.005D12F2.20030926061436@fatcity.com>


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




Rajendra dot Jamadagni at nospamespn dot com All Views expressed in this email are strictly personal. QOTD: Any clod can have facts, having an opinion is an art !

-----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).
Received on Fri Sep 26 2003 - 09:14:36 CDT

Original text of this message

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