oem啟動失敗的一般解決方法
1.檢視監聽是否有錯誤,並修改或重建
2.檢視資料庫例項是否啟動正確
3.重建oem
重建oem的方法
1.emca -repos recreate 重建一個EM資料庫
按照提示輸入相關引數
**********************************
emca -repos create 重創一個EM資料庫
emca -repos drop 刪除一個EM資料庫
**********************************
2.emca -config dbcontrol db 配置資料庫的 Database Control
按照提示輸入相關引數
*************************************
emca -deconfig dbcontrol db
刪除資料庫的 Database Control配置
*************************************
3.emctl start dbconsole 啟動em
[oracle@orcl11g ~]$ emctl start dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
Starting Oracle Enterprise Manager 11g Database Control ........................ started.
------------------------------------------------------------------
Logs are generated in directory /u01/oracle/product/11.1/orcl11g_orcl/sysman/log
注:
在第二部的配置資料庫的Database Contorl時報如下錯誤
Nov 10, 2013 8:48:04 PM oracle.sysman.emcp.EMConfig perform
INFO: This operation is being logged at /u01/oracle/product/cfgtoollogs/emca/orcl/emca_2013_11_10_20_47_37.log.
Nov 10, 2013 8:48:05 PM oracle.sysman.emcp.DatabaseChecks performReposChecks
SEVERE: 'job_queue_processes' must be greater than or equal to 1. Fix the error(s) and run EM Configuration Assistant again in standalone mode.
Nov 10, 2013 8:48:05 PM oracle.sysman.emcp.EMConfig perform
SEVERE: 'job_queue_processes' must be greater than or equal to 1. Fix the error(s) and run EM Configuration Assistant again in standalone mode.
Refer to the log file at /u01/oracle/product/cfgtoollogs/emca/orcl/emca_2013_11_10_20_47_37.log for more details.
Could not complete the configuration. Refer to the log file at /u01/oracle/product/cfgtoollogs/emca/orcl/emca_2013_11_10_20_47_37.log for more details.
出現該錯誤提示說是share_pool和job_queue_processes引數不夠大
可以sys使用者登入資料庫
alter system set share_pool_size=100M;
修改共享池大小
alter system set job_queue_processes=5;
修改任務程式請求限制為5個
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29320885/viewspace-776561/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- dbsnmp啟動失敗解決方法
- MQ服務啟動失敗的解決方法MQ
- mysql(mariadb)啟動失敗解決方法MySql
- 監聽啟動失敗解決
- 華為ensp防火牆6000啟動失敗#######的個人解決方法防火牆
- Win10系統啟動Apache失敗的解決方法Win10Apache
- 安裝XAMPP時啟動Apache失敗解決方法 xamppApache
- centos 7 新增 nfs 開機啟動失敗解決方法CentOSNFS
- 啟動Tomcat 失敗(Unable to start cluster)及解決方法Tomcat
- hbase啟動失敗問題解決
- mongodb啟動失敗問題解決MongoDB
- windows10系統下apache啟動失敗的解決方法WindowsApache
- anaconda prompt開啟失敗解決方法
- vagrant啟動身份驗證失敗的解決方式
- ElasticSearch啟動失敗問題彙總和解決方法Elasticsearch
- win10系統network location awareness啟動失敗解決方法Win10
- Token驗證失敗的解決方法
- yum安裝mongodb啟動失敗怎麼解決MongoDB
- CentOS 7下MySQL服務啟動失敗的解決思路CentOSMySql
- SVN clean失敗解決方法【轉】
- npm install失敗解決方法NPM
- pyhanlp下載失敗解決方法HanLP
- win10 ghsot啟動失敗怎麼修復_win10 ghsot未能啟動解決方法Win10
- WebLogic8的domain啟動失敗解決一例WebAI
- MySQL啟動失敗MySql
- docker啟動失敗Docker
- anaconda安裝失敗解決方法
- ubuntu_24.04 Noble LTS安裝docker desktop啟動無視窗及引擎啟動失敗的解決方法UbuntuDocker
- 解決方案集錦——Tomcat伺服器啟動失敗Tomcat伺服器
- Windows系統解決PhPStudy MySQL啟動失敗問題WindowsPHPMySql
- docker dm_task_run failed 啟動失敗解決辦法DockerAI
- 關於npm install失敗的解決方法NPM
- 遠端連線 Mysql 失敗的解決方法MySql
- 對於npm install失敗的解決方法:NPM
- [android]adb remount失敗的解決方法AndroidREM
- 安裝GI後重啟作業系統後啟動ASM例項失敗及解決方法作業系統ASM
- nvidia圖形驅動程式安裝失敗解決方法
- windows10系統顯示串列埠開啟失敗的解決方法Windows串列埠