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: logon trigger

re: logon trigger

From: JOE TESTA <JTESTA_at_longaberger.com>
Date: Wed, 02 Oct 2002 07:53:28 -0800
Message-ID: <F001.004DE465.20021002075328@fatcity.com>


George here is how we did ours"

create or replace trigger olap1_logon_trigger   after logon on olap1.schema
begin
  execute immediate 'alter session set optimizer_mode = first_rows'; end;
/

Customize it to your liking.

Joe

--

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

Author: JOE TESTA
  INET: JTESTA_at_longaberger.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 Oct 02 2002 - 10:53:28 CDT

Original text of this message

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