Oracle 10g下emctl start dbconsole 报错:OC4J Configuration issue 问题解决【转】

 

今天启动一台Linux RedHatAS3 上的 Oracle 10g下emctl start dbconsole

报错:OC4J Configuration issue


  
TZ set to PRC
OC4J Configuration issue
. / u01 / app / oracle /
oracle / product / 10.2 . 0 / db_1 / oc4j / j2ee / OC4J_DBConsole_guohuias3_ORCL not found .

采取重新配置emctl 的方法来试着解决


  
ed Hat Enterprise Linux AS release 3 (Taroon Update 9 )
Kernel
2.4 . 21 - 50 . EL on an i686
login
: oracle
Password
:
Last login
: Fri Feb 18 02 : 45 : 32 from 192.169 . 1.12
You have
new mail .
[oracle@guohuias3 oracle]$ emca
- config dbcontrol db

STARTED EMCA at Feb
18 , 2011 6 : 58 : 08 PM
EM Configuration Assistant
, Version 10.2 . 0.1 . 0 Production
Copyright (c)
2003 , 2005 , Oracle . All rights reserved .

Enter the following information
:
Database SID
: ORCL
Listener port
number : 1521
Password
for SYS user :
Password
for DBSNMP user :
Invalid username
/ password .
Password
for DBSNMP user :
Password
for SYSMAN user :
Email address
for notifications (optional) : gzguohui@ 163 . com
Outgoing
Mail (SMTP) server for notifications (optional) :
-----------------------------------------------------------------

You have specified the following settings

Database ORACLE_HOME
................ / u01 / app / oracle / oracle / product / 10.2 . 0 / db_1

Database hostname
................ guohuias3
Listener port
number ................ 1521
Database SID
................ ORCL
Email address
for notifications ............... gzguohui@ 163 . com
Outgoing
Mail (SMTP) server for notifications ...............

-----------------------------------------------------------------
Do you wish to continue ? [yes(Y) / no(N)] : Y
Feb
18 , 2011 7 : 04 : 11 PM oracle . sysman . emcp . EMConfig perform
INFO
: This operation is being logged at / u01 / app / oracle / oracle / product / 10.2 . 0 / db_1 / cfgtoollogs / emca / orcl / emca_2011 - 02 - 18_06 - 58 - 08 - PM . log .
Feb
18 , 2011 7 : 04 : 12 PM oracle . sysman . emcp . DatabaseChecks performReposChecks
WARNING
: ' shared_pool_size ' must be greater than or equal to 80 MB .
Feb
18 , 2011 7 : 04 : 12 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 .
Feb
18 , 2011 7 : 04 : 12 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 / app / oracle / oracle / product / 10.2 . 0 / db_1 / cfgtoollogs / emca / orcl / emca_2011 - 02 - 18_06 - 58 - 08 - PM . log for more details .
Could not complete the configuration
. Refer to the log file at / u01 / app / oracle / oracle / product / 10.2 . 0 / db_1 / cfgtoollogs / emca / orcl / emca_2011 - 02 - 18_06 - 58 - 08 - PM . log for more details .

没有成功,系统显示 shared_pool_size 和 job_queue_processes 参数不够大。已sys登入系统改掉该参数


  

[oracle@guohuias3 oracle]$ sqlplus
/ nolog

SQL
* Plus : Release 10.2 . 0.1 . 0 - Production on Fri Feb 18 19 : 02 : 32 2011

Copyright (c)
1982 , 2005 , Oracle . All rights reserved .

SQL
> connect / as sysdba
Connected
.
SQL
> alter user DBSNMP identified by kelantas;

User altered
.


SQL
> alter system set shared_pool_size = 100M;

System altered .

SQL
> alter system set job_queue_processes = 5 ;

System altered .

SQL
>

再次更改emctl


  
[oracle@guohuias3 oracle]$ emca - config dbcontrol db

STARTED EMCA at Feb
18 , 2011 6 : 58 : 08 PM
EM Configuration Assistant
, Version 10.2 . 0.1 . 0 Production
Copyright (c)
2003 , 2005 , Oracle . All rights reserved .

Enter the following information
:
Database SID
: ORCL
Listener port
number : 1521
Password
for SYS user :
Password
for DBSNMP user :
Invalid username
/ password .
Password
for DBSNMP user :
Password
for SYSMAN user :
Email address
for notifications (optional) : gzguohui@ 163 . com
Outgoing
Mail (SMTP) server for notifications (optional) :
-----------------------------------------------------------------

You have specified the following settings

Database ORACLE_HOME
................ / u01 / app / oracle / oracle / product / 10.2 . 0 / db_1

Database hostname
................ guohuias3
Listener port
number ................ 1521
Database SID
................ ORCL
Email address
for notifications ............... gzguohui@ 163 . com
Outgoing
Mail (SMTP) server for notifications ...............

-----------------------------------------------------------------
Do you wish to continue ? [yes(Y) / no(N)] : Y
Feb
18 , 2011 7 : 04 : 11 PM oracle . sysman . emcp . EMConfig perform
INFO
: This operation is being logged at / u01 / app / oracle / oracle / product / 10.2 . 0 / db_1 / cfgtoollogs / emca / orcl / emca_2011 - 02 - 18_06 - 58 - 08 - PM . log .
Feb
18 , 2011 7 : 04 : 12 PM oracle . sysman . emcp . DatabaseChecks performReposChecks
WARNING
: ' shared_pool_size ' must be greater than or equal to 80 MB .
Feb
18 , 2011 7 : 04 : 12 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 .
Feb
18 , 2011 7 : 04 : 12 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 / app / oracle / oracle / product / 10.2 . 0 / db_1 / cfgtoollogs / emca / orcl / emca_2011 - 02 - 18_06 - 58 - 08 - PM . log for more details .
Could not complete the configuration
. Refer to the log file at / u01 / app / oracle / oracle / product / 10.2 . 0 / db_1 / cfgtoollogs / emca / orcl / emca_2011 - 02 - 18_06 - 58 - 08 - PM . log for more details .
[oracle@guohuias3 oracle]$ emca
- config dbcontrol db

STARTED EMCA at Feb
18 , 2011 7 : 07 : 14 PM
EM Configuration Assistant
, Version 10.2 . 0.1 . 0 Production
Copyright (c)
2003 , 2005 , Oracle . All rights reserved .

Enter the following information
:
Database SID
: ORCL
Listener port
number : 1521
Password
for SYS user :
Password
for DBSNMP user :
Password
for SYSMAN user :
Email address
for notifications (optional) : gzguohui@ 163 . com
Outgoing
Mail (SMTP) server for notifications (optional) :
-----------------------------------------------------------------

You have specified the following settings

Database ORACLE_HOME
................ / u01 / app / oracle / oracle / product / 10.2 . 0 / db_1

Database hostname
................ guohuias3
Listener port
number ................ 1521
Database SID
................ ORCL
Email address
for notifications ............... gzguohui@ 163 . com
Outgoing
Mail (SMTP) server for notifications ...............

-----------------------------------------------------------------
Do you wish to continue ? [yes(Y) / no(N)] : Y
Feb
18 , 2011 7 : 07 : 44 PM oracle . sysman . emcp . EMConfig perform
INFO
: This operation is being logged at / u01 / app / oracle / oracle / product / 10.2 . 0 / db_1 / cfgtoollogs / emca / orcl / emca_2011 - 02 - 18_07 - 07 - 14 - PM . log .
Feb
18 , 2011 7 : 07 : 50 PM oracle . sysman . emcp . util . DBControlUtil startOMS
INFO
: Starting Database Control (this may take a while ) ...
Feb
18 , 2011 7 : 09 : 43 PM oracle . sysman . emcp . EMDBPostConfig performConfiguration
INFO
: Database Control started successfully
Feb
18 , 2011 7 : 09 : 43 PM oracle . sysman . emcp . EMDBPostConfig performConfiguration
INFO
: >>>>>>>>>>> The Database Control URL is http : // guohuias3:5500/em <<<<<<<<<<<
Enterprise Manager configuration completed successfully
FINISHED EMCA at Feb
18 , 2011 7 : 09 : 43 PM

这次成功了。

 

转自:http://archive.cnblogs.com/a/1958145/

转载于:https://www.cnblogs.com/Monday/archive/2011/06/28/2092173.html

(R,线性回归)R语言里的模型诊断图(Residuals vs Fitted,Normal QQ , Scale-Location ,Residuals Leverage) 线性回归,是概率统计学里最重要的统计方法,也是机器学习中一类非常重要的算法。线性模型简单理解非常容易,但是内涵是非常深奥的。尤其是线性回归模型中的Diagnostics plot的阅读与理解一直被认为是线性回归中的一个难点。 在任何线性模型中,能够直接“lm”(模型有意义),既要考虑各个参数的t-test所得出的p-value,也要考虑总体模型F-检验得出的p-value。在这之后,还要清楚一个... 阅读详情

相关推荐

一个全面的OC4J配置文件

一个全面的OC4J配置文件 一个全面的OC4J配置文件

emctl status dbconsole:出现oc4j configration issue

<br />输入 emctl start dbconsole <br />将会有错误信息提示,如果没有设置ORACLE_SID 则提示 <br />Environment variable ORACLE_SID not defined. Please define it. <br />如果已经设置了ORACLE_SID 则错误提示为 <br />oc4j configration issue.D:/oracle/product/10.1.0/db_1/oc4j/j2ee/OC4J_DBConsole_loc

vagabond1的专栏 2230

山东省2023年水系(线+面)分布-可编辑mxd文件+标准shape文件+标准成图TIF

本资源为山东省 2023 年水系分布数据,涵盖河流、沟渠、支流等线状要素,以及湖泊、水库、湿地等面状水体,提供完整的二维水文地理框架。数据以标准 GIS 格式发布,包含可编辑 MXD 工程文件、Shapefile 数据以及标准制图 TIF,适用于科研、规划设计、生态评估与地图制图等多类应用场景。【数据内容】1、水系线状要素(.shp)包括主要河流、支流、人工渠道等属性字段涵盖:名称、类别等线要素拓扑规范,无断裂与悬挂节点2、水体面状要素(.shp)覆盖湖泊、水库、池塘、湿地等面状水体属性包含:名称、类型等信息几何边界经过平滑与精修,保证面积统计可靠3、可编辑 MXD 工程文件(.mxd)预设图层渲染、图例、比例尺、指北针与布局支持用户根据自身制图需求快速调整样式、色带及标注规则博主使用的 ArcMap 10.8 环境4、标准成图 TIF(.tif)专业级地图输出,含必要图廓与标注,可直接用于报告、论文与展示输出分辨率高,适合印刷与电子稿应用【数据技术说明】坐标系统:WGS 84 地理坐标系数据年份:2023 年制作流程:基于卫星影像、水利普查数据和地理编码信息进行提取 → 几何校正 → 拓扑审查 → 分类整理 → 成图渲染质量控制措施:保证线状与面状水体不重叠、不缺失;对水库与湖泊边界进行了人工校核,提高空间精度【应用价值】地表水资源调查与监测,水利、水文模型的空间输入,城市与农村规划中的水系布局分析,生态修复、水环境治理与湿地保护研究,教学、制图与地理信息可视化应用【使用说明】首次打开 MXD 文件前,请确保 Shapefile 和栅格文件均已解压至同一目录,以免出现路径丢失。

处理Oracle EBS R12登录首页跳出现unexpected error问题()

原文地址: 处理Oracle EBS R12登录首页跳出现unexpected error问题 经上网搜索,造成此问题问题有很多,如内存不足、系统参数配置不当、程序代码、系统表空间不足等原因。查询Apache日志$LOG_HOME/ora/10.1.3/Apache,发现error_log里提示mod_oc4j: Failed to find a failover...

dianmie4090的博客 742

EBS中重启oc4j、HTTP服务命令

1、重启oc4j服务 目录:cd $ADMIN_SCRIPTS_HOME 停止:adoacorectl.sh stop 启动:adoacorectl.sh start 2、重启HTTP服务 目录:cd $ADMIN_SCRIPTS_HOME 停止:adapcctl.sh stop 启动:adapcctl.sh start

经验分享--我们都在成长 2838

oracle em配置报错,oracle em 启动报错OC4Configuration issue

oracle em 启动报错OC4J Configuration issue今天在测试服务器上,启动emctlstart dbconsole的时候,报如下错误:[oracle@test ~]$ emctl start dbconsoleOC4J Configuration issue./u01/app/oracle/product/11.2.0/dbhome_1/oc4j/于是重新配置emctl ...

weixin_32025789的博客 919

database control服务配置错误整理

1.配置database control 时报错 SEVERE : ’job_queue_processes' must be greater than or equal to 1. 解决方法:进入sqlplus中       >alter system set job_queue_processes=n;(n>0)job_queue_processes 最大值为1000 2

benson_xi的专栏 1225

emctl start dbconsole遇到错误:OC4J Configuration issue ORACLE11GR2

启动emctlstartdbconsole的时候,报如下错误:[oracle@test~]$emctlstartdbconsoleOC4JConfigurationissue./u01/app/oracle/product/11.2.0/dbhome_1/oc4j/j2ee/OC4J_DBConsole_test_orclnotfound.重建EM:...

weixin_34303897的博客 407

Oracle 10g下emctl start dbconsole 报错OC4J Configuration issue 问题解决

今天启动一台Linux RedHatAS3 上的 Oracle 10g下emctl start dbconsole 报错OC4J Configuration issue TZ set to PRCOC4J Configuration issue. /u01/app/oracle/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBCons...

weixin_30475039的博客 182

Oracle故障排除:emctl start dbconsole遇到错误:OC4J Configuration issue

1.今天启动一台centos6.5上的oracle 11G 11.2.0.1.0下emctl start dbconsole报错OC4J Configuration issue。2.采取重新配置emctl的方法来试着解决,没有成功。系统显示shared_pool_size和hjob_quequ_processes参数不够大。于是以sys用户登录到oracle,修改参数:3....

weixin_33995481的博客 271

emctl start dbconsole遇到错误:OC4J_DBConsole_XXX _XXX not found.

想启动Oracle的OEM服务,运行emctl start dbconsole,结果出现如下报错信息: /u01/app/oracle/product/11.2.0/dbhome_1...

couyifu7209的博客 658

oracle10g- emctl start dbconsole 启动问题

现象: Windows 不能在 本地计算机 启动 OracleDBConsoleorcl。有关更多信息,查阅系统事件日志。如果这是非 Microsoft 服务,请与服务厂商联系,并参考特定服务错误代码 2。 系统事件日志 报错误"Agent process exited abnormally during initialization." 出现情况:原来正常,计算机名更改或IP...

weixin_30267691的博客 118

关于Orcale数据库控制台无法启动解决方案

此文章引用http://hi.baidu.com/firyan 。作者-----“单车恋习曲” 严禁未经“单车恋习曲”允许非法盗用或用于商业活动。 打开Oracle 的EM,没想到网页打不开,在windows 的服务中的DBCONSOLE_SERVICE_NAME的服务启动不了,主是由于Oracle的某个配置修改的原因.1.找到oracle数据库中bin目录,手动执行emctl.bat...

weixin_30287169的博客 360

oracle oc4j配置

oracle数据库安装成功后在目录F:\app\song.peng\product\11.1.0\db_1\下有一个ocj文件夹,这个就是oc4j1、修改F:\app\song.peng\product\11.1.0\db_1\oc4j\j2ee\home\config目录下的server.xml文件配置jdk路径,启动编码等。&lt;java-compiler name="javac" in-p...

蓝色飞扬 857

oracle 中的OracleDBConsole(sid)无法启动

G:\Documents and Settings\Administrator>emca -repos drop EMCA 开始于 2011-4-11 9:58:44 EM Configuration Assistant 10.2.0.1.0 正式版 版权所有 (c) 2003, 2005, Oracle。保留所有权利。 输入以下信息: 数据库 SID: orcl 监听

luohai859的专栏 792

oem启动失败的一般解决方法

1.查看监听是否有错误,并修改或重建 2.查看数据库实例是否启动正确 3.重建oem 重建oem的方法 1.emca -repos recreat...

csi83845的博客 2003

"Invalid username/password or database/scan listener not up"

文档 ID … 11.2 RAC DBconsole Creation Fails With Error: "Invalid username/password or database/scan listener not up" (文档 ID 1276751...

caobihole 196

mysql em_安装配置Oracle的EM

安装数据库完毕之后发现em无法登录,才想起来建数据时没注意到这回事,重新配置安装数据库完毕之后发现em无法登录,才想起来建数据时没注意到这回事,重新配置Oracle@linux:~> sqlplus / as sysdbaSQL*Plus: Release 11.2.0.1.0 Production on Thu Jan 5 09:44:14 2012Copyright (c) 1982, ...

weixin_30884743的博客 214

手工启动oracle EM

在WINDOWS上安完ORACLE发现没有EM没有启动,在网上找了一个手工启动的方法,试了,在WIN下同样可用。 人家的原文如下: oracle@linux:~> sqlplus/ as sysdba SQL*Plus: Release 11.2.0.1.0 Production on Thu Jan 5 09:44:142012 ...

weixin_33769207的博客 180

中小企业出海上云:一次服务器选型踩坑记录

这次踩坑的本质,是用单机思维运营海外业务:区域凭地理直觉,弹性当临时动作,规格只看计算资源,安全与售后留到出事后才想。迁移执行:数据迁移走全量导出、增量同步、短停切换三步,先全量逻辑导出导入并核对行数与关键字段,再追增量,两边延迟归零后选低谷窗口把源库置为只读,完成末次增量并切换写流量。两条链路都不稳定,说明问题不在个别运营商,而在区域选址本身。2026 年上半年开始做周期性促销,并接入当地支付网关的订单回传后,流量结构与调用链都变了,单机方案开始连续出问题,于是有了这次从排查、重新选型到迁移落地的记录。

2601_94912732的博客 359
上一篇: AIX上Oracle 10g的EM无法启动问题-时区问题【转】
下一篇: Statspack之一-Statspack简介(转贴)
dengying0469
博客等级 码龄10年 2粉丝 0原创
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值