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: Restrict login for a particular user to be only from particul ar m achines

RE: Restrict login for a particular user to be only from particul ar m achines

From: Tanel Poder <tanel.poder.003_at_mail.ee>
Date: Thu, 14 Sep 2006 22:12:10 +0800
Message-id: <026901c6d807$c53df320$06000100@windows01>


Any user with ADMINISTER DATABASE TRIGGER privilege can log on even if the logon trigger raises an error.  

Look into udump and you'll see Oracle complaining about the trigger's exception there.  

Tanel.  


From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Michael Haddon
Sent: Thursday, September 14, 2006 09:25 To: JApplewhite_at_austinisd.org
Cc: oracle-l_at_freelists.org
Subject: Re: Restrict login for a particular user to be only from particul ar m achines

The trigger is working but when you raise the application error the insert gets rolled back.

The only way we were able to accomplish the logging of a failed login was to use the

declare

    pragma autonomous_transaction;
begin

This way the insert gets committed when you raise the application error exception

Hope this helps

Mike

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Sep 14 2006 - 09:12:10 CDT

Original text of this message

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