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 -> Re: Find and trace unknown session?

Re: Find and trace unknown session?

From: DA Morgan <damorgan_at_psoug.org>
Date: Tue, 21 Jun 2005 13:14:53 -0700
Message-ID: <1119384898.852431@yasure>


dan_livingston wrote:
> I am trying to find an efficient way to trace a session in a database
> in which all connections coming into the database are through a
> middle-tier (web server, etc), and thus all logins to the database are
> the same as well as the OSUSER. An example of this is Siebel, in which
> all logins to the database is SIEBELSA and the osuser is LDAPUSER.
>
> If a user is complaining about a slow session on a database with 1000+
> concurrent sessions, how would you trace this session? Asking the user
> to connect at a certain time to find a recently connected session does
> not work because sessions connect/disconnect several hundred times per
> minute. A logon trigger would also not work for the same reason.

And somehow you think the version number irrelevant?

Ok then I'll assume you have 10gR1 and suggest you use DBMS_MONITOR and that you should assign connecting users to a service with a LOGON trigger.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Tue Jun 21 2005 - 15:14:53 CDT

Original text of this message

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