Linux下啟動oracle10g的em和isqlplus的方法:
注:$ORACLE_HOME為oracle的安裝路徑
1,使用EM(enterprise managment)
1.1啟動EM
$ORACLE_HOME/bin/emctl start dbconsole
如果出現(xiàn)下面相關(guān)信息,說明服務(wù)啟動
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/
如果不出現(xiàn)登錄對話頁面,請確保你的數(shù)據(jù)庫服務(wù)與監(jiān)聽服務(wù)正常啟動了
注意:如果監(jiān)聽程序不啟動,可以通過sqlplus登錄,但在此頁面中不能正常顯示.
現(xiàn)在你就可以正常使用EM了!
2,使用isqlplus
2.1啟動isqlplus
$ORACLE_HOME/bin/isqlplusctl start
如果出現(xiàn)如下信息,說明正常啟動.
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/
這樣就出現(xiàn)了isqlplus的登錄界面,就可使用isqlplus了.
posted on 2009-06-30 16:30
龍華城 閱讀(1351)
評論(0) 編輯 收藏