dbTalk Databases Forums  

11g setting max_dump_file_size in another session

comp.databases.oracle.server comp.databases.oracle.server


Discuss 11g setting max_dump_file_size in another session in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ralph.in.NZ@googlemail.com
 
Posts: n/a

Default 11g setting max_dump_file_size in another session - 12-15-2009 , 09:09 AM






Hi,

I have a useful pl/sql script that facilitated the tracing of other
users sessions. Bascially it checked the session was connected, asked
what type of trace was required, set the max dumpfile size and started
the trace. Since upgrading to 11g this is no longer such a useful
script as the call I was using to dbms_system fails to set the max
dumpfile size.

sys.dbms_system.set_int_param_in_session
(v_session.sid,v_session.serial#,'max_dump_file_si ze',2147483647);

It doesn't error, just doesn't have any effect.

Has anybody got any suggestions as to how I can set this for another
session from pl/sql? Oradebug is the only method I have found that
works, but you can't call that from pl/sql, and I'd rather not re-
write the script as a shell script.

Cheers

Ralph

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.