Check Oracle Service Status
Login as orale:
[oracle]#su - oracle
Check status command:
[oracle]# lsnrctl status
Monday, May 24, 2010
Stop Oracle Service in UNIX
Stop oracle service
Login as oracle:
[oracle]#su - oracle
Stop service:
[oracle]# lsnrctl stop
Note: command=lsnrctl=LSNRCTL
Shutdown db:
[oracle]#dbshut
Login as oracle:
[oracle]#su - oracle
Stop service:
[oracle]# lsnrctl stop
Note: command=lsnrctl=LSNRCTL
Shutdown db:
[oracle]#dbshut
Start Oracle Service in UNIX
Start Oracle server in UNIX
Type the following command, enter:
Login as oracle:
[oracle]#su - oracle
start service:
[oracle]# lsnrctl start
Note: command=lsnrctl=LSNRCTL
start database:
[oracle]#dbstart
Type the following command, enter:
Login as oracle:
[oracle]#su - oracle
start service:
[oracle]# lsnrctl start
Note: command=lsnrctl=LSNRCTL
start database:
[oracle]#dbstart
Subscribe to:
Posts (Atom)