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

Thread: Oracle cataglog

  1. #1
    Join Date
    Nov 2000
    Posts
    56
    I was trying to create a recovery catalog database, i created the database, but the database doesnt' starts it says oracle error
    ORA-27100: shared memory realm already exists.
    OSD-00000: Message 0 not found; product RDBMS; facility=SOSD
    Somebody said it is memory problem and need to reduce the database buffer. How do i calculate the database buffer for the database?
    Rama

  2. #2
    Join Date
    Jul 2000
    Posts
    50
    Shutdown your database and then open your database. If it's fail then it could be the instance which was not created properly.

    Regards,

    abhijit

  3. #3
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Could be one of two things:

    1. Your environment variables are not setup correctly.

    2. You probably don't have enough ram to run two instances with the parameters you have specified. db_block_buffers are merely a caching parameter. If you have a low number, your performance will suck. If you have a high number, your performance will be better. There are several texts that discuss "buffer hit ratio" in detail.
    Jeff Hunter

  4. #4
    Join Date
    Jun 2000
    Posts
    295
    You may need to use ipcrm to remove existing
    shread memory segments
    if you are running Oracle on Unix.

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