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: PL/SQL Newbie Question

Re: PL/SQL Newbie Question

From: Andreas Mosmann <keineemails_at_gmx.de>
Date: Mon, 09 May 2005 08:57:34 +0200
Message-ID: <1115621854.9@user.newsoffice.de>


DA Morgan schrieb am 08.05.2005 in <1115592165.925251_at_yasure>:

> Ed_Zep wrote:

>> Hello.
>>
>> We are running Solaris 2.8 and Oracle RDBMS 9.2.0.4.
>> I need to audit the amount of SQL*Net sessions open at a regular
>> interval and also how many of those are a particular user (INTERNET).
>>
>> I was going to set up a table and have the PL/SQL procedure update it
>> but I know nothing about PL/SQL and was wondering if anyone could tell
>> me a way of doing this?
>>
>> I need to be able to record total sessions open, amount of INTERNET
>> users logged in and the date.
>>
>> Hope someone can help with this.
>>
>> Many thanks.

> AUDIT as Sybrand suggests.
> Query v$session perhaps with DBMS_JOB
> Use a LOGON trigger.

How to write a logon- trigger? What event on what table I have to use?

Andreas

-- 
wenn email, dann AndreasMosmann <bei> web <punkt> de
Received on Mon May 09 2005 - 01:57:34 CDT

Original text of this message

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