Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Will Not Initialize the Data Base during install

Re: Oracle Will Not Initialize the Data Base during install

From: Ian Sparkes <sparkes_at_sprintmail.com>
Date: 1997/05/22
Message-ID: <01bc66ed$884496d0$11f0dfdf@sprintmail>#1/1

Try reducing the size of DB_block_buffers & Shared_pool

Also check Solaris Kernel for the max size of a shared memory segment. This size * max number of segments will control the max size of your SGA.

While you are looking at the kernel also check how many semaphores can be allocated. Each Oracle process will need a semaphore (1.1 * # of processes for ArchiveLog mode). This also cause you a problem in the future.

I can look up the exact name of the kennel parameters if you like. Received on Thu May 22 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US