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
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
.
Related Topics
Parent topic: About Ways to Manage Oracle Database Services