Whoops....Meant to send this to the list, not just Stephen.

Mark J. Bobak
Oracle DBA
ProQuest Company
Ann Arbor, MI
"Imagination was given to man to compensate him for what he is not, and
a sense of humor was provided to console him for what he is."  --Unknown


-----Original Message-----
Sent: Tuesday, January 20, 2004 4:27 PM
To: 'Stephen Andert'


Stephen,

That is the one missing piece of the puzzle.  For some reason, Oracle
decided to provide interfaces for int params, boolean params, and
events, but nothing for string parameters.  I know of no way to do it.

-Mark

Mark J. Bobak
Oracle DBA
ProQuest Company
Ann Arbor, MI
"Imagination was given to man to compensate him for what he is not, and
a sense of humor was provided to console him for what he is."  --Unknown


-----Original Message-----
Sent: Tuesday, January 20, 2004 4:24 PM
To: [EMAIL PROTECTED]; Bobak, Mark


One thing I've been looking for is a way to set a string parameter in
another session, The two you mention handle INTEGER and BOOLEAN.  I want
a way to set TRACEFILE_IDENTIFIER to a string in another session to make
it easier to identify trace files.

Any ideas?

Stephen 

>>> [EMAIL PROTECTED] 01/20/04 01:39PM >>>
You can also use DBMS_SYSTEM.SET_INT_PARAM_IN_SESSION and
DBMS_SYSTEM.SET_BOOL_PARAM_IN_SESSION, in lieu of oradebug.

-Mark

Mark J. Bobak
Oracle DBA
ProQuest Company
Ann Arbor, MI
"Imagination was given to man to compensate him for what he is not,
and
a sense of humor was provided to console him for what he is." 
--Unknown


-----Original Message-----
Sent: Tuesday, January 20, 2004 3:25 PM
To: Multiple recipients of list ORACLE-L


On 01/20/2004 02:59:35 PM, Tanel Poder wrote:
> Hi!
> 
> Note that when you set an event with alter system, it will only
apply
> for
> new sessions created, not for any existing ones.

And that, exactly is the problem. First, when you set event using
alter system, the setting is system wide. Second, if you want to
inspect a session that is currently executing, you can't. Oradebug
is a kludge, but it works.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net 
-- 
Author: Mladen Gogala
  INET: [EMAIL PROTECTED] 

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com 
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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.net 
-- 
Author: Bobak, Mark
  INET: [EMAIL PROTECTED] 

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com 
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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.net
-- 
Author: Bobak, Mark
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).

Reply via email to