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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Audit login -> Which application was used ?

Re: Audit login -> Which application was used ?

From: Daniel Morgan <dmorgan_at_exesolutions.com>
Date: Mon, 04 Nov 2002 20:21:45 GMT
Message-ID: <3DC6D6CE.1DEF6993@exesolutions.com>


robert wrote:

> Hi there,
>
> I have a 8.1.7 DB on which i run some audits (logon)
> The audit logs the user, machine logon/logofftime, etc.
>
> Can i also log the application which the user used ?
> I know i can ask the v$session but it doesn't show in aud$.
> I want to know if the user used sqlplus or TOAD to connect to the DB.
>
> I could offcourse trap a dbms job to log the contents of v$session every 5
> min. but that just doesn't seem
> the right thing todo.
>
> I tryed creating a trigger on aud$ but a sys owned object cant hold a
> trigger :-)
>
> Please advice me what to do. I have one user who is allowed to use a certain
> application but is not allowed sqlplus acces to the DB.
>
> Thanks in advance,
>
> Robert

Create an AFTER LOGON system level trigger.

Daniel Morgan Received on Mon Nov 04 2002 - 14:21:45 CST

Original text of this message

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