Linux下启动oracle10g的em和isqlplus


Linux下启动Oracle10g的em和isqlplus的方法:

注:$ORACLE_HOME为oracle的安装路径

1,使用EM(enterprise managment)

1.1启动EM

$ORACLE_HOME/bin/emctl start dbconsole

如果出现下面相关信息,说明服务启动

TZ set to PRC

Oracle Enterprise Manager 10g Database Control Release 10.1.0.3.0

Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.

http://localhost.localdomain:5500/em/console/aboutApplication

Starting Oracle Enterprise Manager 10g Database Control ................................. started.

1.2使用EM

在浏览器地址中输入如下地址:

http://localhost.localdomain:5500/em/console/

如果不出现登录对话页面,请确保你的数据库服务与监听服务正常启动了

注意:如果监听程序不启动,可以通过sqlplus登录,但在此页面中不能正常显示.

现在你就可以正常使用EM了!

2,使用isqlplus

2.1启动isqlplus

$ORACLE_HOME/bin/isqlplusctl start

如果出现如下信息,说明正常启动.

iSQL*Plus 10.1.0.3.0

Copyright (c) 2004 Oracle. All rights reserved.

Starting iSQL*Plus ...

iSQL*Plus started.

2.2使用isqlplus

在浏览器地址中输入如下地址:

http://localhost.localdomain:5560/isqlplus/

这样就出现了isqlplus的登录界面,就可使用isqlplus了.

相关内容