Tuesday, November 4, 2008

How to Start the CSS Process ,ASM & DB Instances Services On Windows using Command Prompt.

1. To start the services for CSS, ASM & DB Instances:

C:\> net start oraclecsservice
C:\> net start OracleASMService+ASM
C:\> net start OracleServiceDBAASMW


2.
Check whether above services are running using following command :

C:\> net start


Example as shows:
C:\> net start
These Windows services are started:

OracleASMService+ASM
OracleCSService
OracleServiceDBAASMW


3. To stop the above services

C:\> net stop OracleServiceDBAASMW
C:\> net stop OracleASMService+ASM
C:\> net stop oraclecsservice

No comments: