Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: max_dump_file_size for session

Re: max_dump_file_size for session

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Tue, 26 Sep 2006 21:15:01 +0200
Message-ID: <20vih2t11kta1sqqo0jc0pts2bi1vrgeit@4ax.com>


On 26 Sep 2006 10:57:13 -0700, "Ben" <balvey_at_comcast.net> wrote:

>
>Sybrand Bakker wrote:
>> On 26 Sep 2006 10:17:38 -0700, "Ben" <balvey_at_comcast.net> wrote:
>>
>> >what are some other reasons why the dump file would resort back to the
>> >init setting?
>>
>> Max_dump_file_size is either in a certain range or unlimited.
>> You may have exceeded the maximum upper limit.
>> I wouldn't bother and set max_dump_file_size to 'unlimited'.
>>
>> --
>> Sybrand Bakker, Senior Oracle DBA
>
>Thanks for the reply Sybrand, I saw your reply in a similar post but in
>my case I know that I entered the correct sid, serial#.
>
>Will that same call work with unlimited if I use quotes?
>
>so it would be like,
>
>execute
>dbms_system.set_int_param_in_session(362,42675,'max_dump_file_size' ,
>'unlimited');

I usually do this using oradebug in sql*plus and don't need to use quotes, but one would assume this would work.

--
Sybrand Bakker, Senior Oracle DBA
Received on Tue Sep 26 2006 - 14:15:01 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US