当前位置:首页 > 数据库 > Oracle

How to start Oracle Windows services



? 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:oracle11gbinoradim -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_HOMEdatabaseOraDim.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

标签:

本文系统来源:http://www.cnblogs.com/karmapeng/p/4451788.html


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!