Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle at Windows startup
Maybe it is something relatively simple. In order for your oracle to be started on starting windows, you need:
net stop oracleserviceYOURSID
D:\ORACLE\ora920\bin\oradim -delete -sid YOURSID
del ORACLE_HOME\database\pwdtest.ora /Q
ORACLE_HOME\bin\oradim -new -sid YOURSID -intpwd SYSPASSWORD -startmode a -pfile "ORACLE_BASE\YOURSID\pfile\initYOURSID.ora"
This will delete your original service and recreate one with the
correct setup.
Check ORACLE_HOME\database\oradim.log for any error
Received on Thu Oct 05 2006 - 11:08:15 CDT
![]() |
![]() |