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: events number and meaning

RE: events number and meaning

From: Deshpande, Kirti <kirti.deshpande_at_verizon.com>
Date: Wed, 26 Mar 2003 07:44:09 -0800
Message-ID: <F001.00573399.20030326074409@fatcity.com>

  1. Assuming Wait Events: Please check the Database Server Reference Guide for the respective release. Also check www.oraperf.com, there a list of wait events by Oracle Versions. Free membership is required.
  2. Using triggers at database level. for example: create or replace trigger trig_mystoredproc after startup on database..... declare .... begin
    • your code, calls to other procs... etc end; /

HTH,  

-----Original Message-----
Sent: Wednesday, March 26, 2003 6:09 AM
To: Multiple recipients of list ORACLE-L  

-----Original Message-----
Sent: quarta-feira, 26 de Março de 2003 11:17 To:  

Hi guys.  

Where can i find a list of Oracle Db (8i, 9i and 9iR2) events and menning?  

and by the way how can i fire a Stored procedure if a event (ex.: Shutdown or Startup) is ocurring?  

Thanks  

PG

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Deshpande, Kirti
  INET: kirti.deshpande_at_verizon.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 Wed Mar 26 2003 - 09:44:09 CST

Original text of this message

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