last night one of the dbas here changed system's password on an oracle 8.0.5.1 database running on NT. The problem is that when the machine is bounced, the database comes up unavailable. The wierd thing is that when you go into services, the oracle service is started. any ideas???
02-01-2001, 11:34 AM
jdorlon
It is possible for the services to be running, but the database not started. You can restart it manually be going into server manager (svrmgr30, I believe the command is for 8.0 on NT), logging in as SYS or INTERNAL, and doing a 'startup open'.
I am not sure what you need to do to get it starting up automatically again, tho.
02-01-2001, 11:38 AM
wsfan
i've gotten that far.
I can do it manually but would like it done automatically as before.
...thanks for the help though
02-01-2001, 11:53 AM
sreddy
Go to
CONTROLPANEL/SERVICES/and see what mode(auto/manual) the database startup is. Check the auto mode if it not.
02-01-2001, 12:04 PM
wsfan
it on auto...and the service is started but the database is unavailable......i'd send you the exact message but pcanywhere on that box is down for the moment. any other suggestions??
02-01-2001, 12:07 PM
jgmagnus
suggestion
Write your own script to startup the database if the NT server reboots.
- Magnus
02-01-2001, 12:08 PM
hnagia
What do you mean by system password ,, is it Oracle internal password or NT user password
Check password file , maybe corrupted , create a new one if so..
[Edited by hnagia on 02-01-2001 at 12:11 PM]
02-01-2001, 12:15 PM
sreddy
Check the sid thats server is defaulted to currently. By checking registry ORACLE_SID entry or typing in set @ the prompt you can see whether the sid is defaulted to the database you wanted to start automatically.
02-01-2001, 12:35 PM
wsfan
it's oracle's internal password
...password file is not corrupted because I can manually connect internal
I found some stuff on metalink though that should correct the problem (once they get pcanywhere going again.)
in case you want to know, I believe the solution will be:
Go to the OracleHome\Database directory
Locate the strtSID.cmd file
Highlight this file, click on the right button
Choose "Edit"
Change the "-usrpwd oracle" parameter to "-usrpwd /"
(without the quotes!)
Save the file