Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Orcale 8 on NT, ORADIM80, instance does not start
Hi,
to stop and start Oracle instances, try the following commands:
oradim.exe -shutdown -sid ORCL -shuttype srvc,inst -shutmode i (caution: this is for immediate shutdown)
oradim.exe -startup -sid ORCL -starttype srvc,inst -pfile
d:\orant\admin\orcl\pfile\init.ora
(init.ora in %ORACLE_HOME%\admin\orcl\pfile)
This should work on Windows NT.
Good luck
Roman
--
Roman Schneider Tel: +49-621-1581-203 Institut für deutsche Sprache Fax: +49-621-1581-200 R 5, 6-13 Email: schneider_at_ids-mannheim.de D-68161 Mannheim
> I try to start a Oracle 8 instance with ORADIM80.
>
> oradim80 -startup -sid NBZR -usrpwd xxx -pfile
> c:\Programme\Orant\database\initnbzr.ora -starttype srvc, inst
>
> ORADIM80 reports the following in its log file:
>
> Oradim80: Command Line Mode.
> ----------------------------
>
> Service(s) and instance being started. Please wait...
> Startup Database ErrorFailed to startup the database.
> Failed to start the instance.
>
> I can start the instance without any problems using SVRMGR30.
>
> Where is the mistake. I think this problem is tha same,
> why the instance did not start using the OracleServiceNBZR for starting.
>
> Who can help?
Received on Tue Jan 11 2000 - 11:21:26 CST
![]() |
![]() |