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

Thread: Can not set Buffer pool keep and buffer pool recycle

  1. #1
    Join Date
    Nov 2002
    Location
    India
    Posts
    4

    Can not set Buffer pool keep and buffer pool recycle

    Friends ,

    I can't start my Oracle 8.1.6 on Soaris 8 IA with the follwing initialization parameters
    And i have 128 MB ram

    db_block_size = 4096
    db_block_buffers = 15000
    buffer_pool_keep = (1500,3)
    buffer_pool_recycle= (900,3)

    Error message - Could not create the specified buffer ...


    1)What might be the problem ?

    2) Is there any ather parameters related to this context ?


    Thanx

  2. #2
    Join Date
    Sep 2001
    Location
    Düsseldorf, Germany.
    Posts
    588
    Whats the error message

    Try...

    BUFFER_POOL_KEEP = (BUFFERS:1500, LRU_LATCHES:3)
    BUFFER_POOL_RECYCLE = (BUFFERS:900, LRU_LATCHES:1)

    Sameer

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