DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: JAVA_POOL_SIZE

  1. #1
    Join Date
    May 2001
    Location
    Delhi
    Posts
    340
    Hi,

    My SGA is

    SQL> show SGA

    Total System Global Area 1175786764 bytes
    Fixed Size 70924 bytes
    Variable Size 437379072 bytes
    Database Buffers 737280000 bytes
    Redo Buffers 1056768 bytes


    My Java Pool Size is 20000K.
    This is part of which Area.

    And what effect I can get if I reduce this as v r not using Java Much.

    Regards
    Vijay
    --------------------------
    The Time has come ....

  2. #2
    Join Date
    Jul 2002
    Posts
    132
    Java_pool_size is part of the variable size.
    The variable component of the SGA the sum of the "named" pools -- large pool, java pool and shared pool.
    The Java pool is a fixed amount of memory allocated for the JVM running in the database. So u can definitely reduce it if u r not using Java.

  3. #3
    Join Date
    Feb 2002
    Posts
    267
    if java pool is not set where does the space is allocated...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width