Learn how to manage the services that Oracle Database installs on your computer.
Oracle Database for Windows lets you have multiple Oracle homes on a single computer.
This feature, described in Appendix B, "Optimal Flexible Architecture", in Oracle Database Installation Guide for Microsoft Windows, affects Oracle Services naming conventions. As you perform installations into Oracle home directories:
You must accept the default Oracle home name provided or specify a different name for each Oracle home directory.
You are prompted to give a system identifier and a global database name for each database installation.
Oracle Database services must be started for you to use Oracle Database and its products.
You can start Oracle Database services by:
Using the Control Panel
Using the Command Prompt
Using Oracle Administration Assistant for Windows
Note:
You can start Oracle Database when you start OracleService
SID
.
Using the Control Panel
To start Oracle Database services from the Control Panel:
Access your Windows Services dialog box.
See Also:
Your operating system documentation for instructions
Find the service to start in the list, select it, and click Start.
If you cannot find OracleService
SID
in the list, then use ORADIM to create it.
Click Close to exit the Services dialog box.
Using the Command Prompt
To start Oracle Database services from the command prompt, enter:
C:\> NET START service
The variable service
is a specific service name, such as OracleServiceORCL.
Using Oracle Administration Assistant for Windows
To start Oracle Database services from Oracle Administration Assistant for Windows:
Related Topics
On occasion (for example, when reinstalling Oracle Database), you must stop Oracle Database services.
You can stop Oracle Database services from three different locations:
Using the Control Panel
Using the Command Prompt
Using Oracle Administration Assistant for Windows
Note:
You can stop Oracle Database in normal, immediate, or abort mode when you stop OracleService
SID
.
Using the Control Panel
To stop Oracle Database services from the Control Panel:
Access your Windows Services dialog box.
See Also:
Your operating system documentation for instructions
Select Oracle
HOMENAME
TNSListener
and click Stop.
Oracle
HOMENAME
TNSListener
is stopped.
Select OracleService
SID
and click Stop.
Click OK.
OracleService
SID
is stopped.
Using the Command Prompt
To stop Oracle Database services from the command prompt, enter:
C:\> net STOP service
The variable service
is a specific service name, such as OracleServiceORCL
.
Using Oracle Administration Assistant for Windows
To stop Oracle Database services from Oracle Administration Assistant for Windows:
Related Topics
Oracle Database services can be set to start automatically whenever you start the Windows computer.
You can turn auto-start on or off from two different locations:
Using the Control Panel
Using Oracle Administration Assistant for Windows
Using the Control Panel
To use the Control Panel to configure when and how Oracle Database is started:
Access your Windows Services dialog box.
See Also:
Your operating system documentation for instructions
Select the service OracleServiceSID and click Startup.
Select Automatic from the Startup Type field.
Click OK.
Click Close to exit the Services dialog box.
Using Oracle Administration Assistant for Windows
To automatically start Oracle Database services from Oracle Administration Assistant for Windows: