当前位置:Gxlcms > 数据库问题 > How to start Oracle Windows services

How to start Oracle Windows services

时间:2021-07-01 10:21:17 帮助过:15人阅读



? startup ? Indicates that the specified instance should be started.
? sid ? The SID of the database to start.
? usrpwd ? The password for the database user.
? starttype ? Specifies whether to start the instance, the service, or both (SRVC, INST).
The following command can be used to shutdown the instance with oradim:

C:\oracle11g\bin\oradim -shutdown -sid ORCL92 -shutttype SRVC,INST
?shutmode A

Notice that no password is needed to perform this task.

The shuttype parameter specifies what is to be stopped ? the service (SRVC), the instance (INST), or both (SRVC, INST). The shutmode specifies the method that should perform the shutdown ? (A)bort, (I)mmediate, or (N)ormal.

Each operation, regardless of success, is logged in the oradim log file (ORACLE_HOME\database\OraDim.Log). This file should be checked for errors after each oradim command is executed.

The oradim utility provides more than just the ability to start and stop Windows databases. oradim can create and edit databases. It also allows DBAs to configure script-based installation mechanisms, bypassing the Oracle Database Configuration Assistant?s graphical user interface (GUI).

For a reference of all oradim commands, use the oradim ?help command.

References on starting Oracle Windows services:

Starting Windows services in Oracle

  1. Windows Service Not Starting Your Database?

  2. Check & verify Oracle windows services

  3. Oracle Linux vs. Oracle Windows

  4. Oracle scripts for Windows

  5. Oracle services for Windows tips

  6. Interfacing Oracle with Windows scripts

  7. Oracle Windows start services tips

  8. Oracle Windows startup failure tips

How to start Oracle Windows services

标签:

人气教程排行