安裝oracle 10g EM database control
今天下午在公司裝了下10g em database control,以方偏web方式來管理資料庫
手工建立EM dbconsole的步驟
1. 建立oracle資料庫
2. 建立資料檔案庫
emca -repos create
3. 配置EM dbconsole
emca -config dbconsole db
4. 檢查EM dbconsole 配置屬性
檢查$ORACLE_HOME/
emoms.properties
5.在以web方式執行http://192.168.15.109:5500/em登入後出現以下錯誤
java.lang.Exception: Exception in sending Request :: null
解決方案:找到下面的檔案
$ORACLE_HOME\db_1\$HOSTNAME\sysman\config\emd.properties
其中的agentTZRegion預設是GMT,改為你所在的時區即可,例如:
agentTZRegion=GMT+8
關於時區的列表參考:10.2.0\db_1\sysman\admin\supportedtzs.lst
然後先停止 dbconsole 使時區設定生效並重啟OracleDBConsole:
1.emctl stop dbconsole
2.emctl resetTZ agent
D:\oracle\product\10.2.0\db_1\BIN>emctl resetTZ agent
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
Updating D:\oracle\product\10.2.0\db_1/192.168.15.109_orcl/sysman/config/emd.pro
perties...
Time zone set to Asia/Shanghai.
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('192.168.15.109:3938','Asia/Shanghai')
-- 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('192.168.15.109:3938','Asia/Shanghai')
3.emctl config agent getTZ
4.emctl start dbconsole
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-545154/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle 10g flashback databaseOracle 10gDatabase
- Scheduler in Oracle Database 10g(轉)OracleDatabase
- Oracle OCP(35):Database 安裝OracleDatabase
- ISO 映象安裝oracle 10gOracle 10g
- Oracle 19c Database Configure the HTTPS Port for EM ExpressOracleDatabaseHTTPExpress
- 【Oracle】Windows安裝oracle11gR1 database 11.1.0.6OracleWindowsDatabase
- Oracle Database 19c安裝Sample SchemasOracleDatabase
- windows2008R2安裝oracle 10gWindowsOracle 10g
- oracle 10g在linux下的安裝及簡單命令Oracle 10gLinux
- 如何手工重建10g database consoleDatabase
- oracle EM 優化Oracle優化
- 在Centos 上安裝oracle-database-preinstall-19c軟體包CentOSOracleDatabase
- Cloud Control 13c 安裝Cloud
- 安裝Cloud Control 12cCloud
- Oracle 19C EMOracle
- Oracle 10g 在linux redhat as4 系統安裝圖解全過程Oracle 10gLinuxRedhat圖解
- 使用免費的Oracle雲服務-在雲主機上安裝Oracle Database 19cOracleDatabase
- ORACLE database vaultOracleDatabase
- Oracle clone databaseOracleDatabase
- Oracle Database Cloud - Database as a Service Quick StartOracleDatabaseCloudUI
- ORACLE windows和linux環境下 10g升級到11.2.0.4 並安裝11.2.0.4.19補丁OracleWindowsLinux
- Oracle Database Scheduler整理OracleDatabase
- Oracle Physical Database LimitsOracleDatabaseMIT
- Oracle 10g 下載地址Oracle 10g
- oracle 10G特性之awrOracle 10g
- oracle安裝配置Oracle
- Oracle RUR 安裝Oracle
- Linux安裝oracleLinuxOracle
- golang oracle 安裝GolangOracle
- 11. Oracle for Linux安裝和配置—11.3. Oracle安裝和配置—11.3.1. Oracle軟體安裝OracleLinux
- 「Oracle」Oracle 資料庫安裝Oracle資料庫
- Oracle 12.2 使用Database Link優化Standby Database WorkloadOracleDatabase優化
- oracle 19c 安裝、解除安裝Oracle
- 靜默方式安裝、升級oracle(一): 安裝oracle軟體Oracle
- Oracle 10g RAC故障處理Oracle 10g
- Oracle 10g 增刪節點Oracle 10g
- oracleLinux下安裝oracleOracleLinux
- ubuntu下安裝oracleUbuntuOracle
- Oracle 12.2 OJVM安裝OracleJVM