在linux上常用的oracle命令

made this Oracle cheat sheet as I see so many questions about starting and stoping Oracle:

Oracle URL Links

Oracle Enterprise Manager: http://host.domain:5500/em/

Oracle IsqlPlus Manager: http://host.domain:5560/isqlplus

Oracle IsqlPlus Manager DBA : http://host.domain:5560/isqlplus/dba

Oracle UltraSearch : http://host.domain:5620/ultrasearch

Oracle UltraSearch Admin : http://host.domain:5620/ultrasearch/admin

Oracle HTMLDB : http://host.domain:7777/pls/htmldb/htmldb

Oracle Apache : http://host.domain:7777

Stopping/Starting Oracle Database
Enter the following commands to shut down the instance:
1. $ sqlplus /nolog
2. SQL> CONNECT SYS/sys_password as SYSDBA
3. SQL> SHUTDOWN NORMAL


1. Enter the following commands to start the instance:
2. $ sqlplus /nolog
3. SQL> CONNECT SYS/sys_password as SYSDBA
4. SQL> STARTUP


Stopping/Starting Oracle Net Listener


1. Enter the following command to stop the Oracle Net listener:
$ $ORACLE_HOME/bin/lsnrctl stop listenername

1. Enter the following command to start the Oracle Net listener:
$ $ORACLE_HOME/bin/lsnrctl start [listenername]


Stopping/Starting iSQL*Plus
1. Enter the following command to stop iSQL*Plus:
$ $ORACLE_HOME/bin/isqlplusctl stop

1. Enter the following command to start iSQL*Plus:
$ $ORACLE_HOME/bin/isqlplusctl start


Stopping/Starting Oracle Ultra Search

1. Enter the following command to stop Oracle Ultra Search:
$ $ORACLE_HOME/bin/searchctl stop

1. Enter the following command to start Oracle Ultra Search:
$ $ORACLE_HOME/bin/searchctl start


Stopping/Staring Enterprise (EM) Database Control

1. Enter the following command to stop the Database Control:
$ $ORACLE_HOME/bin/emctl stop dbconsole

1. Enter the following command to start the Database Control:
$ $ORACLE_HOME/bin/emctl start dbconsole


Stopping/Starting Oracle Management Agent

1. Enter the following command to stop Oracle Management Agent:
$ $ORACLE_HOME/agent/bin/emctl stop agent

1. Enter the following command to start Oracle Management Agent:
$ $ORACLE_HOME/agent/bin/emctl start agent





13719

Posts: 82
OTN Member Since: Mar, 2000


Re: Oracle Cheat Sheet ( In Reply To : Oracle Cheat Sheet )  Jul 8, 2004 10:24 AM  
  Reply  

This is a really good list.

A couple things, I have on my cheat sheet are the following:

LSNRCTL STATUS listenername

EMCTL STATUS DBCONSOLE
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值