How to start an Oracle instance automatically in NT?

> Hi there,
>
> Can anyone give me some ideas on creating OracleStartSID in Windows NT
> Services?
>
> I have created OracleServiceSID using the following command:
 >
 > oradim80 -new -sid xxx -intpwd yyy -pfile
 > d:\oradata\database\initxxx.ora
 >
 > As I'm understand, OracleStartSID will start the database instance
 > automatically whenever the Windows NT restarts.

Answer1:

oradim80 -startup -sid xxx -starttype srvc,inst -usrpwd
<password_for_user_internal_(sys)> -pfile <PATH>initxxx.ora

Answer2:

oradim80 -EDIT -SID xxx -INTPWD yyy -STARTMODE auto -PFILE
d:\oradata\database\initxxx.ora
 
 

Hosted by www.Geocities.ws

1