Stopping Oracle Database Services
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 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
OracleHOMENAMETNSListenerand click Stop.OracleHOMENAMETNSListeneris stopped. -
Select
OracleServiceSIDand click Stop. -
Click OK.
OracleServiceSIDis 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.
Related Topics
Parent topic: About Ways to Manage Oracle Database Services