Why does my DB Server shut down frequently? [message #56594] |
Thu, 10 April 2003 08:16 |
ahboer
Messages: 4 Registered: April 2003
|
Junior Member |
|
|
My DB Server just has a HardDisk and 1024MB ram,OS is W2K,RDBMS is Oracle 8i.But it is shutted automatically.It doesn't work unless restart the service or restart the computer.My initORCL.ora file configed following,could you point where the failure is ?
open_cursurs=600
db_buffer=32000
share_pool_size=256M
large_pool_size=100M
java_pool_size=50M
log_buffer=16M
db_block_size=8192
processes=500
Thanks a lot!
|
|
|
|
Re: Why does my DB Server shut down frequently? [message #56617 is a reply to message #56595] |
Fri, 11 April 2003 18:51 |
ahboer
Messages: 4 Registered: April 2003
|
Junior Member |
|
|
Sorry,I cannot find the file alert.log.But In the Event log,there is no related information of the DB.The most information are approximately like such "DeviceHardDisk1DR1 has not been ready yet".Would you like to tell me what is the possible cause?And thanks.
|
|
|
|
Re: Why does my DB Server shut down frequently? [message #56634 is a reply to message #56627] |
Sun, 13 April 2003 18:44 |
ahboer
Messages: 4 Registered: April 2003
|
Junior Member |
|
|
I've reduce the "PROCESS" to "300",then the OS is not shutted,but appears the message like "the session is not enough...",I can't connect to the DB.Now I tuned the parameter:PROCESS is 1000,OPEN_CURSORS is 100.And I am waiting the result...
|
|
|