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 isn't restricting logon

RE: Logon trigger isn't restricting logon

From: Hostetter, Jay M <JHostetter_at_decommunications.com>
Date: Wed, 2 Mar 2005 10:21:32 -0500
Message-ID: <D67EB7CEECD4334F9C85759227553BBC9198A9@CL-EXCHANGE1.dande.com>


I knew I'd miss one detail - 9.2.0.5 on AIX. I've tested from client versions 9.2.0.5 and 8.1.6.

Jay

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Powell, Mark D Sent: Wednesday, March 02, 2005 9:52 AM
To: oracle-l_at_freelists.org
Subject: RE: Logon trigger isn't restricting logon

What version of Oracle are you on? When Oracle first introduced Database Event Triggers the raise application error routine could not be used to kill the logon. Instead you had to save the sid and serial# for the session in a table and launch another session (dbms_job or daemon process) that read the table and performed the kill operation. This restriction was lifted later (probably with ver 9).=20

HTH -- Mark D Powell --

**DISCLAIMER

This e-mail message and any files transmitted with it are intended for the =
use of the individual or entity to which they are addressed and may contain=
 information that is privileged, proprietary and confidential. If you are n=
ot the intended recipient, you may not use, copy or disclose to anyone the =
message or any information contained in the message. If you have received t=
his communication in error, please notify the sender and delete this e-mail=
 message. The contents do not represent the opinion of D&E except to the ex=
tent that it relates to their official business.
--
http://www.freelists.org/webpage/oracle-l
Received on Wed Mar 02 2005 - 10:23:35 CST

Original text of this message

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