|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Hello,
I know this may sound like a silly question, but please bear with me. I am running ORACLE 9i on a Win 2K Server machine and I am having a problem with my database automatically shutting down on a daily basis. Each morning in order to retrieve information from the database, I have to Startup and Mount the database. This happens without logging any events. Why is this? Can anyone help me with this? Thanks! |
|
#2
|
|||
|
|||
|
Check the sqlnet.ora file if it contains the string:
sqlnet.authentication_services = (NTS) then you are probably running into a bug. change the nts to none should solve the problem + check the registry and see if autostart is set. bye. |
|
#3
|
|||
|
|||
|
Thanks for the info. It was in fact set to that value and I did change it to none. Can you please provide some more info on what you mean about checking the registry? Where?
Thanks! |
|
#4
|
|||
|
|||
|
Also check any backup software. The database files can't just be backed up with the db open, if they are this can cause the db to go down.
|
|
#5
|
|||
|
|||
|
Hi,
go to the registry hkey_local_machine->software->oracle->homeXXXX you should find a parameter there called ora_<dbname>_autostart - this should be set to true. also another problem can be that the database get confused by the init/spfile so if you are using spfile edit the init to direct to the spfile: spfile=c:\..... Regards, Galit. |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > Oracle Database Shutdown |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|