Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Which table to check whether my SQL_TRACE is on for the user
Dave,
That table show which global paremeters are set
The question was "how do you tell when a session has sql trace set, ie. is
it capturing all information to a trc file in the udump area"
I do not know the answer myself, somebody has suggested it is held in the
memory structure and that seems a good bet to me
John
-----Original Message-----
Sent: 08 August 2002 14:53
To: Multiple recipients of list ORACLE-L
user
Shows up for me.
SQL> show parameter sql_trace
NAME TYPE VALUE ------------------------------------ ------- --------- sql_trace boolean FALSESQL> Dave
-----Original Message-----
Sent: Thursday, August 08, 2002 8:33 AM
To: Multiple recipients of list ORACLE-L
user
Dear 'New Bee',
If I remember correctly, I read an reply by Steve Adams that this trace flag is in the PGA (??) so not possible to find.
O Wise Men/Women ... please correct me if I am wrong ... Raj
QOTD: Any clod can have facts, but having an opinion is an art!
-----Original Message-----
Sent: Wednesday, August 07, 2002 11:08 PM
To: Multiple recipients of list ORACLE-L
user
Hi Dave,
Thanks but the command does not work.
In SQLPLUS,
SQL> alter SESSION SET SQL_TRACE=TRUE
2 /
Session altered.
SQL> SHOW PARAMETER SQL_TRACE
unknown SHOW option "PARAMETER"
unknown SHOW option "SQL_TRACE"
I am using Oracle Database 8.1.6. Any other suggestions ? Thanks.
Regds,
New Bee
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Farnsworth, Dave
INET: DFarnsworth_at_Ashleyfurniture.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Aug 08 2002 - 09:23:47 CDT
![]() |
![]() |