Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: 9i NT
Kevin, Starting the NT service for the oracle instance has never started the database in any version of Oracle on NT by default. I think what you have seen before is the use of the auto start service of the DB. This service has a dependency to the SID service, so when you start the SID service it would start the database as well. This auto start and shutdown feature can be configured through the oradim.exe command.
If you already have the SID service create then:
oradim -edit -sid test -startmode a -pfile d:\ora901\database\init.ora
There is also a -startup option that will allow you to specify the password.
Good Luck,
Scott
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Scott INET: oraracdba_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Aug 30 2001 - 16:34:08 CDT
![]() |
![]() |