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

Thread: large pool problem

  1. #1
    Join Date
    Dec 2001
    Location
    Brazil
    Posts
    282

    large pool problem

    I am running 9.1.0.3 using shared servers. I can't understand why there are that much bytes free in large pool since I have just 300 MB set.

    ???



    SQL> select * from v$sgastat where pool = 'large pool' and name = 'free memory';

    POOL NAME BYTES
    ----------- -------------------------- ------------------------------------
    large pool free memory 18446744073700129912

    SQL> show parameter large_pool_size

    NAME TYPE VALUE
    ------------------------------------ ----------- ------------------------------
    large_pool_size string 314572800



    Any ideas?


    F.

  2. #2
    Join Date
    May 2001
    Location
    San Francisco, California
    Posts
    511
    Should be the same or less than the pool size. Does anyone know of an error situation like ora-600 that can result such values in v$sgastat?

    I would bounce the database and see what happens.
    Last edited by kris109; 01-20-2004 at 12:44 AM.
    Remember the Golden Rule - He who has the gold makes the rules!
    ===================
    Kris109
    Ph.D., OCP 8i, 9i, 10g, 11g DBA

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