Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Logon trigger

Logon trigger

From: Prem K Mehrotra <premmehrotra_at_hotmail.com>
Date: 23 Nov 2004 07:11:17 -0800
Message-ID: <43441e77.0411230711.1ecaec64@posting.google.com>


I am writing a logon trigger to implement some Sarbanes Oxley regulations.
Users may be connecting using listener:

sqlplus scott/password_at_svcname

or bypassing listener:

sqlplus scott/password

Is there a way to distinguish the two in logon trigger. I know in logon trigger one can get IP address, OS user etc, but how does one distinguish between the two
cases.

Thanks a lot,

Prem Received on Tue Nov 23 2004 - 09:11:17 CST

Original text of this message

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