I don't believe that there is a way to determine what
parameters are set in another session. You can use
dbms_system.read_ev to read in your own session, but
since init params are kept in the PGA, it is difficult
to get them for others.
hth,
Jack
- John.Hallas_at_vodafone.co.uk wrote:
> 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 FALSE
> SQL>
>
> 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
>
> Rajendra Jamadagni MIS, ESPN Inc.
> Rajendra dot Jamadagni at ESPN dot com
> Any opinion expressed here is personal and doesn't
> reflect that of ESPN Inc.
>
> 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).
> --
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> --
> Author:
> INET: John.Hallas_at_vodafone.co.uk
>
> 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).
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Jack Silvey
INET: jack_silvey_at_yahoo.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).
Received on Thu Aug 08 2002 - 11:13:40 CDT