日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 运维知识 > linux >内容正文

linux

linux oracle em使用,Linux平台下启动oracle 11g EM控制台

發布時間:2025/3/11 linux 35 豆豆
生活随笔 收集整理的這篇文章主要介紹了 linux oracle em使用,Linux平台下启动oracle 11g EM控制台 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

http://blog.csdn.net/webajax/article/details/6702233

配置EM具體步驟

一、配置EM dbconsole的步驟信息

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:\oracle\product\10.2.0\db_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:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\orcl\emca_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 的配置

在10g 中,我們可能會經常遇到OEM不能正常使用的問題,但導致問題的原因不盡相同,最后絕大多數問題可以通過emca 這個命令來解決,詳細的說明可以查看連機幫助,下面給出一些常用的命令,及實例步驟.

二、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

三、開啟、關閉EM console服務

先設置ORACLE_SID環境變量后,啟動EM console服務

emctl start dbconsole

先設置ORACLE_SID環境變量后,停止EM console服務

emctl stop dbconsole

先設置ORACLE_SID環境變量后,查看EM console服務的狀態

emctl status dbconsole

四、登錄EM

在瀏覽器輸入

五、Oracle 10gR2 OEM按鈕亂碼的解決(OEM的中英文顯示快速切換)

方法1:(推薦使用這個方法)

打開IE瀏覽器, 選擇'工具"-->"Internet選項"-->"常規", 選擇 "語言", 默認只有 "中文", 選擇 " 添加 ", 加入 "英語(美國)" , 調整順序, 把“英語(美國)”移動到最上面。

此方法還可以用來很方便的快速切換OEM的中文和英文環境,平時還是多使用英文環境比較好!

方法2:

1 Stop the OEM service

$>emctl stop dbconsole

2.分別進入以下三個路徑

$ORACLE_HOME/jdk/jre/lib

$ORACLE_HOME/jre/1.4.2/lib

3.在每個目錄都透過以下指令覆蓋檔案

我們只要用合適的中文字符集文件替換缺省文件即可,這里使用font.properties.zh_CN.Redhat(我的系統是Redhat)來替換缺省字體定義文件:

cp font.properties.zh_CN.Redhat font.properties

[oracle@~/product/10.2/jdk/jre/lib]$>ls font*zh_CN*

[oracle@~/product/10.2/jdk/jre/lib]$>cp font.properties.zh_CN.Redhat font.properties

[oracle@~/product/10.2/jre/1.4.2/lib]$>ls font*zh_CN*

[oracle@~/product/10.2/jre/1.4.2/lib]$>cp font.properties.zh_CN.Redhat font.properties

4.進入OEM的圖示路徑,清除之前的檔案

[oracle@~/product/10.2/oc4j/j2ee/oc4j_applications/applications/em/em/cabo/images/cache/zhs]$>ls

b-68.gif b-68.imx b-b5.gif b-b5.imx b-iagree.gif b-iagree.imx

[oracle@~/product/10.2/oc4j/j2ee/oc4j_applications/applications/em/em/cabo/images/cache/zhs]$>rm b*

5.啟動OEM

emctl start dbconsole

重新啟動OEM之后,OEM的按鈕就出現中文了。

六、oem 報錯“java.lang.Exception: IOException in send……”

1.停止em agent:

[oracle@rdbms_linux admin]$ emctl stop agent

TZ set to PRC

Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0

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

This will stop the Oracle Enterprise Manager 10g Database Control process. Continue [y/n] :y

Stopping Oracle Enterprise Manager 10g Database Control ...

...? Stopped.

Agent is not running.

2.重新設置時區

[oracle@rdbms_linux admin]$ emctl resetTZ agent

TZ set to PRC

Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0

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

Updating /u01/app/oracle/product/10.2.0/db_1/rdbms_linux.com_BIDB/sysman/config/emd.properties...

Time zone set to PRC.

To complete this process, you must either:

connect to the database served by this DBConsole as user 'sysman', and execute:

SQL> exec mgmt_target.set_agent_tzrgn('rdbms_linux.com:3938','PRC')

-- or --

connect to the database served by this DBConsole as user 'sys', and execute:

SQL> alter session set current_schema = SYSMAN;

SQL> exec mgmt_target.set_agent_tzrgn('rdbms_linux.com:3938','PRC')

3.以sysdba身份登陸,設置如下:

Connected to Oracle Database 10g Enterprise Edition Release 10.2.0.1.0

Connected as SYS

SQL>? alter session set current_schema = SYSMAN;

Session altered

SQL> exec mgmt_target.set_agent_tzrgn('rdbms_linux.com:3938','PRC')

PL/SQL procedure successfully completed

4.啟動em? agent和console

[oracle@rdbms_linux admin]$ emctl start agent

TZ set to PRC

Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0

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

Starting agent ..... started.

[oracle@rdbms_linux admin]$ emctl stop dbconsole

TZ set to PRC

Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0

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

Stopping Oracle Enterprise Manager 10g Database Control ...

Cannot determine Oracle Enterprise Manager 10g Database Control process. /u01/app/oracle/product/10.2.0/db_1/rdbms_linux.com_BIDB/emctl.pid does not exist.

[oracle@rdbms_linux admin]$ emctl start dbconsole

TZ set to PRC

Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0

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

Agent Version???? : 10.1.0.4.1

OMS Version?????? : Unknown

Protocol Version? : 10.1.0.2.0

Agent Home??????? : /u01/app/oracle/product/10.2.0/db_1/rdbms_linux.com_BIDB

Agent binaries??? : /u01/app/oracle/product/10.2.0/db_1

Agent Process ID? : 8254

Parent Process ID : 8251

Agent URL???????? :

Started at??????? : 2010-03-06 09:42:21

Started by user?? : oracle

Last Reload?????? : 2010-03-06 09:42:21

Last successful upload?????????????????????? : (none)

Last attempted upload??????????????????????? : (none)

Total Megabytes of XML files uploaded so far :???? 0.00

Number of XML files pending upload?????????? :?????? 15

Size of XML files pending upload(MB)???????? :???? 1.48

Available disk space on upload filesystem??? :??? 30.71%

Agent is already started. Will restart the agent

Stopping agent ... stopped.

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

------------------------------------------------------------------

Logs are generated in directory /u01/app/oracle/product/10.2.0/db_1/rdbms_linux.com_BIDB/sysman/log

總結

以上是生活随笔為你收集整理的linux oracle em使用,Linux平台下启动oracle 11g EM控制台的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。