How to set _kgl_large_heap_warning_threshold?

Asked by Paige

Report
in progress 80
6 Answers 229 views

Leave a reply to Paige : set _kgl_large_heap_warning_threshold


Answers ( 6 )

  1. Changing parameter: _kgl_large_heap_warning_threshold Oracle gives a solution on metalink in note 330239.1: Set _kgl_large_heap_warning_threshold …
    Read More

    Ratings : 56 %   

      
  2. Hi, We had been receiving the following alerts from our oracle database (oracle 10g) 'Heap size 3575K exceeds notification
    Read More

    Ratings : 19 %   

      
  3. _kgl_large_heap_warning_threshold integer 8388608. (...) Set _kgl_large_heap_warning_threshold to a reasonable high value or zero to prevent …
    Read More

    Ratings : 22 %   

      
  4. SQL> alter system set “_kgl_large_heap_warning_threshold”=8388608 scope=spfile ; System altered.
    Read More

    Ratings : 16 %   

      
  5. Question: Why does my database have the _kgl_large_heap_warning_threshold parameter set?
    Read More

    Ratings : 34 %