Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to create new db services manually on NT !
Raymond K.W. Lau wrote:
> Hi,
>
> We are going to create a new database instance on WinNT Server.
> We have a set of scripts to create db for unix platforms. So we want
> to keep it in the same way for all platforms. But after we create a
> database instance on NT Server, there are no related services in
> control panel for this new created database instance such as
> OracleServiceSID and OracleStartSID !!
> Is there any way to create these services manual ?
>
> Thanks,
>
> - Raymond
Hi,try with
oradim73 /?
Example:
X:\%ORACLE_HOME%\bin\oradim73.exe -new -sid XXXX -usrpwd oracle
-starttype srvc,inst -pfile X:\%ORACLE_HOME%\database\initxxx.ora (be
sure you have a right one),
or
oradim73.exe without para’s : and you have it in Desktop.
JFA Received on Tue Aug 25 1998 - 07:52:24 CDT
![]() |
![]() |