EMCA命令

rattbell發表於2008-02-05

在Oracle DB10g 中我們可能會常遇到OEM不能正常使用的問題,導致問題的原因不盡相同,
但最後絕大多數問題可以透過emca 這個命令來解決,詳細的說明可以檢視連機幫助,下面給出一些常用的命令,及例項步驟.
建立一個EM資料庫
emca -repos create
重建一個EM資料庫
emca -repos recreate
刪除一個EM資料庫
emca -repos drop
配置資料庫的 Database Control
emca -config dbcontrol db
刪除資料庫的 Database Control配置
emca -deconfig dbcontrol db
重新配置db control的埠,預設埠在1158
emca -reconfig ports
emca -reconfig ports -dbcontrol_http_port 1160
emca -reconfig ports -agent_port 3940
先設定ORACLE_SID環境變數後,啟動EM console服務
emctl start dbconsole
先設定ORACLE_SID環境變數後,停止EM console服務
emctl stop dbconsole
先設定ORACLE_SID環境變數後,檢視EM console服務的狀態
emctl status dbconsole
配置dbconsole的步驟
emca -repos create
emca -config dbcontrol db
emctl start dbconsole
重新配置dbconsole的步驟
emca -repos drop
emca -repos create
emca -config dbcontrol db
emctl start dbconsole
[@more@]
在Oracle DB10g 中我們可能會常遇到OEM不能正常使用的問題,導致問題的原因不盡相同,
但最後絕大多數問題可以透過emca 這個命令來解決,詳細的說明可以檢視連機幫助,下面給出一些常用的命令,及例項步驟.
建立一個EM資料庫
emca -repos create
重建一個EM資料庫
emca -repos recreate
刪除一個EM資料庫
emca -repos drop
配置資料庫的 Database Control
emca -config dbcontrol db
刪除資料庫的 Database Control配置
emca -deconfig dbcontrol db
重新配置db control的埠,預設埠在1158
emca -reconfig ports
emca -reconfig ports -dbcontrol_http_port 1160
emca -reconfig ports -agent_port 3940
先設定ORACLE_SID環境變數後,啟動EM console服務
emctl start dbconsole
先設定ORACLE_SID環境變數後,停止EM console服務
emctl stop dbconsole
先設定ORACLE_SID環境變數後,檢視EM console服務的狀態
emctl status dbconsole
配置dbconsole的步驟
emca -repos create
emca -config dbcontrol db
emctl start dbconsole
重新配置dbconsole的步驟
emca -repos drop
emca -repos create
emca -config dbcontrol db
emctl start dbconsole
今天碰到ORACLE EM 無法啟動的問題,可能是IP更改了的原因,所以我使用了EMCA命令重新配置了一下ORACLE EM,具體過程如下:
I:Documents and Settingsgeshaoqing>emca -config dbcontrol db -repos recreate
EMCA 開始於 2007-10-12 11:16:40
EM Configuration Assistant 10.2.0.1.0 正式版
版權所有 (c) 2003, 2005, Oracle。保留所有權利。
輸入以下資訊:
資料庫 SID: orcl
已為資料庫 orcl 配置了 Database Control
您已選擇配置 Database Control, 以便管理資料庫 orcl
此操作將移去現有配置和預設設定, 並重新執行配置
是否繼續? [yes(Y)/no(N)]: y
監聽程式埠號: 1521
SYS 使用者的口令:
DBSNMP 使用者的口令:
SYSMAN 使用者的口令:
SYSMAN 使用者的口令: 通知的電子郵件地址 (可選):
通知的發件 (SMTP) 伺服器 (可選):
-----------------------------------------------------------------
已指定以下設定
資料庫 ORACLE_HOME ................ e:oracleproduct10.2.0db_1
資料庫主機名 ................ hailang.mshome.net
監聽程式埠號 ................ 1521
資料庫 SID ................ orcl
通知的電子郵件地址 ...............
通知的發件 (SMTP) 伺服器 ...............
-----------------------------------------------------------------
是否繼續? [yes(Y)/no(N)]: y
2007-10-12 11:17:32 oracle.sysman.emcp.EMConfig perform
資訊: 正在將此操作記錄到 e:oracleproduct10.2.0db_1cfgtoollogsemcaorclemca_2007-
2007-10-12 11:17:37 oracle.sysman.emcp.util.DBControlUtil stopOMS
資訊: 正在停止 Database Control (此操作可能需要一段時間)...
2007-10-12 11:17:40 oracle.sysman.emcp.EMReposConfig dropRepository
資訊: 正在刪除 EM 資料檔案庫 (此操作可能需要一段時間)...
2007-10-12 11:24:23 oracle.sysman.emcp.EMReposConfig invoke
資訊: 已成功刪除資料檔案庫
2007-10-12 11:24:24 oracle.sysman.emcp.EMReposConfig createRepository
資訊: 正在建立 EM 資料檔案庫 (此操作可能需要一段時間)...
2007-10-12 11:34:36 oracle.sysman.emcp.EMReposConfig invoke
資訊: 已成功建立資料檔案庫
2007-10-12 11:35:15 oracle.sysman.emcp.util.DBControlUtil startOMS
資訊: 正在啟動 Database Control (此操作可能需要一段時間)...
2007-10-12 11:36:56 oracle.sysman.emcp.EMDBPostConfig performConfiguration
資訊: 已成功啟動 Database Control
2007-10-12 11:36:56 oracle.sysman.emcp.EMDBPostConfig performConfiguration
警告: 無法建立 Database Control 快捷方式
2007-10-12 11:36:56 oracle.sysman.emcp.EMDBPostConfig performConfiguration
資訊: >>>>>>>>>>> Database Control URL 為
<<<<<<<<<<<
已成功完成 Enterprise Manager 的配置

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7830804/viewspace-1012398/,如需轉載,請註明出處,否則將追究法律責任。

相關文章