欧美一级特黄大片做受成人-亚洲成人一区二区电影-激情熟女一区二区三区-日韩专区欧美专区国产专区

OracleEM企業(yè)管理器的啟動(dòng)步驟是什么

Oracle EM  企業(yè)管理器的啟動(dòng)步驟是什么,相信很多沒有經(jīng)驗(yàn)的人對(duì)此束手無策,為此本文總結(jié)了問題出現(xiàn)的原因和解決方法,通過這篇文章希望你能解決這個(gè)問題。

西鄉(xiāng)ssl適用于網(wǎng)站、小程序/APP、API接口等需要進(jìn)行數(shù)據(jù)傳輸應(yīng)用場景,ssl證書未來市場廣闊!成為創(chuàng)新互聯(lián)建站的ssl證書銷售渠道,可以享受市場價(jià)格4-6折優(yōu)惠!如果有意向歡迎電話聯(lián)系或者加微信:18980820575(備注:SSL證書合作)期待與您的合作!

配置EM具體步驟

一、配置EM dbconsole的步驟信息
emca -config dbcontrol db -repos recreate
EMCA 開始于 2007-10-12 11:16:40
EM Configuration Assistant 10.2.0.1.0 正式版
版權(quán)所有 (c) 2003, 2005, Oracle。保留所有權(quán)利。
輸入以下信息:
數(shù)據(jù)庫 SID: orcl
已為數(shù)據(jù)庫 orcl 配置了 Database Control
您已選擇配置 Database Control, 以便管理數(shù)據(jù)庫 orcl
此操作將移去現(xiàn)有配置和默認(rèn)設(shè)置, 并重新執(zhí)行配置
是否繼續(xù)? [yes(Y)/no(N)]: y
監(jiān)聽程序端口號(hào): 1521
SYS 用戶的口令:
DBSNMP 用戶的口令:
SYSMAN 用戶的口令:
SYSMAN 用戶的口令:
通知的電子郵件地址 (可選):
通知的發(fā)件 (SMTP) 服務(wù)器 (可選):
-----------------------------------------------------------------
已指定以下設(shè)置
數(shù)據(jù)庫 ORACLE_HOME ................ e:\oracle\product\10.2.0\db_1
數(shù)據(jù)庫主機(jī)名 ................ hailang.mshome.net
監(jiān)聽程序端口號(hào) ................ 1521
數(shù)據(jù)庫 SID ................ orcl
通知的電子郵件地址 ...............
通知的發(fā)件 (SMTP) 服務(wù)器 ...............
-----------------------------------------------------------------
是否繼續(xù)? [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 (此操作可能需要一段時(shí)間)...
2007-10-12 11:17:40 oracle.sysman.emcp.EMReposConfig dropRepository
信息: 正在刪除 EM 資料檔案庫 (此操作可能需要一段時(shí)間)...
2007-10-12 11:24:23 oracle.sysman.emcp.EMReposConfig invoke
信息: 已成功刪除資料檔案庫
2007-10-12 11:24:24 oracle.sysman.emcp.EMReposConfig createRepository
信息: 正在創(chuàng)建 EM 資料檔案庫 (此操作可能需要一段時(shí)間)...
2007-10-12 11:34:36 oracle.sysman.emcp.EMReposConfig invoke
信息: 已成功創(chuàng)建資料檔案庫
2007-10-12 11:35:15 oracle.sysman.emcp.util.DBControlUtil startOMS
信息: 正在啟動(dòng) Database Control (此操作可能需要一段時(shí)間)...
2007-10-12 11:36:56 oracle.sysman.emcp.EMDBPostConfig performConfiguration
信息: 已成功啟動(dòng) Database Control
2007-10-12 11:36:56 oracle.sysman.emcp.EMDBPostConfig performConfiguration
警告: 無法創(chuàng)建 Database Control 快捷方式
2007-10-12 11:36:56 oracle.sysman.emcp.EMDBPostConfig performConfiguration
信息: >>>>>>>>>>> Database Control URL 為 http://hailang.mshome.net:5500/em <<<<<<<<<<<
已成功完成 Enterprise Manager 的配置
在10g 中,我們可能會(huì)經(jīng)常遇到OEM不能正常使用的問題,但導(dǎo)致問題的原因不盡相同,最后絕大多數(shù)問題可以通過emca 這個(gè)命令來解決,詳細(xì)的說明可以查看連機(jī)幫助,下面給出一些常用的命令,及實(shí)例步驟.


二、EMCA工具的其他參數(shù)
創(chuàng)建一個(gè)EM資料庫
emca -repos create
重建一個(gè)EM資料庫
emca -repos recreate
刪除一個(gè)EM資料庫
emca -repos drop
配置數(shù)據(jù)庫的 Database Control
emca -config dbcontrol db
刪除數(shù)據(jù)庫的 Database Control配置
emca -deconfig dbcontrol db
重新配置db control的端口,默認(rèn)端口在1158
emca -reconfig ports
emca -reconfig ports -dbcontrol_http_port 1160
emca -reconfig ports -agent_port 3940


三、開啟、關(guān)閉EM console服務(wù)
先設(shè)置ORACLE_SID環(huán)境變量后,啟動(dòng)EM console服務(wù)
emctl start dbconsole
先設(shè)置ORACLE_SID環(huán)境變量后,停止EM console服務(wù)
emctl stop dbconsole
先設(shè)置ORACLE_SID環(huán)境變量后,查看EM console服務(wù)的狀態(tài)
emctl status dbconsole


四、登錄EM
在瀏覽器輸入http://192.168.2.200:1158/em/


五、Oracle 10gR2 OEM按鈕亂碼的解決(OEM的中英文顯示快速切換)
方法1:(推薦使用這個(gè)方法)

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

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

方法2:

1 Stop the OEM service
$>emctl stop dbconsole

2.分別進(jìn)入以下三個(gè)路徑

$ORACLE_HOME/jdk/jre/lib
$ORACLE_HOME/jre/1.4.2/lib


3.在每個(gè)目錄都透過以下指令覆蓋檔案
我們只要用合適的中文字符集文件替換缺省文件即可,這里使用font.properties.zh_CN.Redhat(我的系統(tǒng)是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.進(jìn)入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.啟動(dòng)OEM

emctl start dbconsole

重新啟動(dòng)OEM之后,OEM的按鈕就出現(xiàn)中文了。

六、oem 報(bào)錯(cuò)“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.重新設(shè)置時(shí)區(qū)
[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身份登陸,設(shè)置如下:
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.啟動(dòng)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.
http://rdbms_linux.com:1158/em/console/aboutApplication
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.
http://rdbms_linux.com:1158/em/console/aboutApplication
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         : http://rdbms_linux.com:3938/emd/main
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

看完上述內(nèi)容,你們掌握Oracle EM  企業(yè)管理器的啟動(dòng)步驟是什么的方法了嗎?如果還想學(xué)到更多技能或想了解更多相關(guān)內(nèi)容,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,感謝各位的閱讀!

文章標(biāo)題:OracleEM企業(yè)管理器的啟動(dòng)步驟是什么
網(wǎng)頁地址:http://aaarwkj.com/article30/jjihso.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供企業(yè)網(wǎng)站制作、關(guān)鍵詞優(yōu)化、品牌網(wǎng)站制作、App設(shè)計(jì)、網(wǎng)站制作、響應(yīng)式網(wǎng)站

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)

微信小程序開發(fā)
国产一区二区三区午夜视频| 变态另类专区一区二区三区| 自拍偷拍视频欧美第一页| 国产欧美激情一区二区 | 精品视频偷拍一区二区三区| 亚洲巨人精品福利导航| 国产午夜视频在线观看一区| 国产三级黄色片免费看| 91青青草原免费观看| 色婷婷av一区二区三| 肉肉开房天天操夜夜操| 亚洲天堂岛av一区二区| 日本中文字幕在线播放一区| 在线看电影亚洲一区| 丁香婷婷综合激情五月| 国产免费观看久久黄av片涩av| 日本东京热不卡一区二区 | 漂亮人妻中文字幕av| 亚洲中少妇久久中文字幕| 欧美日本道一区二区三区| 日韩成人大片在线播放| 97国产成人精品视频免费| 日本午夜视频一区二区| 久久国产精品午夜视频| 在线中文字幕日韩精品| 一区二区三区欧美久久| 日本国产福利视频在线观看| 国产精品久久久久大屁股精品性色| 二区三区成人在线观看| 久久热这里只有视频精品| 国产一区二区三区不卡视频| 亚洲精品影视一区二区| 欧美高清视频免费播放| 手机在线观看午夜小视频| 蜜臀av人妻一区二区三区| 欧美日韩亚洲综合在线| 亚洲全乱码精品一区二区| 日本亚洲欧美男人的天堂| 亚洲av成人精品网站推荐| 亚洲不卡高清一区二区三区| 青青草原网址在线观看|