Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: methodology to keep only certain programs to connect to
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C258E5.2AC4C990
Content-Type: text/plain;
charset="iso-8859-1"
what are the drawbacks with such a trigger, what if the code went invalid
and would not compile is
it possible that you could lock yourself out, or would the base login
functionality still work regardless
or the status of this trigger?
-----Original Message-----
From: Mercadante, Thomas F [mailto:NDATFM_at_labor.state.ny.us]
Sent: Tuesday, September 10, 2002 12:24 PM
To: Multiple recipients of list ORACLE-L
Subject: RE: methodology to keep only certain programs to connect to
Joe,
I use the following with decent success on a logon database trigger:
osuser, terminal, machine
INTO loc_program, loc_username,
loc_osuser,loc_terminal,loc_machine
FROM V$SESSION
WHERE client_info=client_info_str;
Received on Tue Sep 10 2002 - 11:14:40 CDT
![]() |
![]() |