RE: trace filename

  • From: "Kumar, Arvind IN GGN SISL" <arvind.kumar2@xxxxxxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Thu, 22 Mar 2007 17:25:17 +0530

Hi all,

    My application server is JBoss which is starts with connection pool
10-20. I have created a onlogon database trigger which populates
dbms_session.set_identifier. Now throughout the life of oracle Instance
only the 20 (maximum) trc files are generated for the application users.
As per my understanding the trigger is not being re-executed as new
sessions are coming from clients application, it uses existing session
from connection pool of app server, so no new client_identifier in trace
file. 

     How I can generate new trace files  even if there is connection
pooling enabling on APP server!



Thanks

Arvind Kumar

-----Original Message-----
From: Christian Antognini [mailto:Christian.Antognini@xxxxxxxxxxxx] 
Sent: Wednesday, March 21, 2007 3:24 PM
To: Kumar, Arvind IN GGN SISL
Cc: oracle-l@xxxxxxxxxxxxx
Subject: RE: trace filename

Hi

> but I want the it to be in client_identifier_ora_spid.trc

This is not possible. The client identifier is "only" a session
attribute. Nevertheless if you set it, it is added to the trace files.
This is interesting because with the utility trcsess you can extract
from several trace files the performance figures related to a single
client identifier. I.e. you are able to attain your goal.


HTH
Chris

--
//www.freelists.org/webpage/oracle-l


  • Follow-Ups:

Other related posts: