`

时区错误导致oracle的EM不能启动解决办法

 
阅读更多

[orauser@node1 ~]$ emctl status dbconsole     
TZ set to Asia/BeiJing
OC4J Configuration issue. /home/lc_orauser/app/oc4j/j2ee/OC4J_DBConsole_node1_test not found

解决是到相应目录下,肯定会有与其相似的文件夹,然后复制一下原来的文件改成这需要的名就可以啦。

[orauser@node1 ~]$ emctl start dbconsole  

可能还报这个错误,方法一样

 

启动之后又遇到

[orauser@node1 app]$ emctl start dbconsole     
TZ set to Asia/Harbin
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0 
Copyright (c) 1996, 2005 Oracle Corporation.  All rights reserved.
http://localhost.localdomain:1158/em/console/aboutApplication

Timezone mismatch: The agentTZRegion value (US/Pacific) in
 /home/lc_orauser/app/node1_niutest/sysman/config/emd.properties
does not match the current environment TZ setting(Asia/Harbin).
The dbconsole cannot run with this mismatch.

If US/Pacific is the correct timezone, set your timezone environment variable to US/Pacific and repeat the 'emctl start dbconsole' operation.

If US/Pacific is not the correct timezone, make sure that the timezone in your environment is correct, and then run the following command in your local Oracle Home: 'emctl resetTZ agent'

The output of this command will include detailed instructions to follow, to correct the mismatch.

 

时区问题

解决办法如下:

[orauser@node1 ~]$ export TZ=PRC
[orauser@node1 ~]$ emctl config agent getTZ
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.

[orauser@node1 ~]$emctl start agent
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
Starting agent ........ started.

 

emctl start dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.

Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0 
Copyright (c) 1996, 2005 Oracle Corporation.  All rights reserved.
http://localhost.localdomain:1158/em/console/aboutApplication   --网页访问地址,中间可以改成主机IP
Agent Version     : 10.1.0.4.1
OMS Version       : Unknown
Protocol Version  : 10.1.0.2.0
Agent Home        : /home/lc_orauser/app/node1_test
Agent binaries    : /home/lc_orauser/app
Agent Process ID  : 16399
Parent Process ID : 16396
Agent URL         : http://localhost.localdomain:3938/emd/main
Started at        : 2013-01-30 14:57:49
Started by user   : orauser
Last Reload       : 2013-01-30 14:57:49
Last successful upload                       : (none)
Last attempted upload                        : (none)
Total Megabytes of XML files uploaded so far :     0.00
Number of XML files pending upload           :       42
Size of XML files pending upload(MB)         :     0.76
Available disk space on upload filesystem    :    12.57%
Agent is already started. Will restart the agent
Stopping agent ... stopped.
Starting Oracle Enterprise Manager 10g Database Control ..... started.
------------------------------------------------------------------
Logs are generated in directory /home/lc_orauser/app/node1_test/sysman/log

 此时等待启动状态就可以进去了

 

分享到:
评论

相关推荐

    Oracle\oracle_EM无法正常登陆解决方案

    此错误通常是由于Oracle EM 的时区设置不当导致的。 #### 解决方案 1. **设置正确的时区** - 打开Oracle安装目录下的文件`%ORACLE_HOME%\pc-name_sid\sysman\config\emd.properties` (对于Linux系统,路径应为 `...

    Linux平台下启动oracle 11g EM控制台

    ### Linux平台下启动Oracle 11g EM控制台的关键知识点 #### 一、Oracle EM(Enterprise Manager)控制台概述 Oracle Enterprise Manager (EM) 是一套综合管理解决方案,用于监控、管理和优化 Oracle 数据库及...

    oracle10g dbconsole无法启动

    Oracle 10g DBConsole 无法启动解决方案 Oracle 10g DBConsole 是一个基于 Web 的数据库管理工具,提供了丰富的功能来管理和监控 Oracle 数据库。然而,在某些情况下,DBConsole 可能无法启动,导致数据库管理员...

    ORACLE_10g_登录EM常见问题的解决.pdf

    Oracle 10g 登录Enterprise Manager (EM) 遇到的问题及解决方案 在使用Oracle 10g的Enterprise Manager时,用户可能会遇到各种登录问题,尤其是当...希望这些简化的步骤能帮助用户更有效地解决Oracle 10g EM登录问题。

    win7安装oracle10g_的问题和解决方案

    ### Win7安装Oracle 10g遇到的问题及解决方案 #### 问题一:操作系统不兼容问题 **错误描述:** 在尝试于Windows 7系统上安装Oracle Database 11g时,出现了以下错误提示: ``` 正在检查操作系统要求… 要求的结果...

    oracle_10g提示java.lang.Exception_Exception_in_sending_Request__null解决方案

    当遇到“java.lang.Exception: Exception in sending Request :: null”的错误时,通常是因为Oracle的EM组件未能正确识别或处理时区信息。默认情况下,Oracle EM配置文件`emd.properties`中的`agentTZRegion`参数被...

    oracle安装配置手册

    4. 时间同步:确保系统时间与网络时间服务器同步,避免时区问题导致的错误。 二、安装Oracle软件包 1. 获取软件:下载Oracle 10G的Linux版本安装文件,通常为.rpm格式。 2. 安装依赖:使用`yum`或`rpm`命令安装所需...

    64位win7安装oracle_10g

    这一问题通常是由于Oracle EM中的时区设置与实际时区不符所导致的。解决方法是编辑位于`$ORACLE_HOME\db_1\$HOSTNAME\sysman\config\emd.properties`的文件,将`agentTZRegion`的值更改为所在地区的时区,例如`...

    oracle 10g安装在64位 window7

    2. **解决 EM 启动错误** - 安装完成后,启动 EM 控制台时可能会遇到错误。 - 解决方案是在 `$ORACLE_HOME\db_1\$HOSTNAME\sysman\config\emd.properties` 文件中修改 `agentTZRegion` 为所在时区,例如: ```...

    oracle安装完成后控制台异常java.lang.exceptionexceptioninsendingrequestnull.pdf

    当Oracle的时区配置与实际操作系统时区不匹配时,就可能导致上述控制台异常。在描述中提到的问题中,错误起初被认为是由于`$ORACLE_HOME\db_1\$HOSTNAME\sysman\config\emd.properties`文件中的`agentTZRegion`设置...

    Oraclewindows7

    首先,安装过程中会遇到一个常见错误,即Oracle 10g的安装程序在检测操作系统版本时,由于不识别Windows 7(其内部版本号为6.1),导致安装受阻。为解决这个问题,你需要访问Oracle官方网站,下载专为Windows Vista...

    Win7安装Oracle10g方法

    例如,如果你在EM管理器中遇到"Exception in sending Request :: null"的错误,这可能是因为时区设置不正确。 - 找到`$ORACLE_HOME\db_1\$HOSTNAME\sysman\config\emd.properties`文件,将`agentTZRegion`改为你的...

    64位系统安装Oracle10g

    要解决这个问题,你需要找到`$ORACLE_HOME\db_1\$HOSTNAME\sysman\config\emd.properties`文件,并将`agentTZRegion`的值更改为你的本地时区,例如: ```properties agentTZRegion=Asia/Chungking ``` 你可以参照`...

    在64位win7上安装oracle10g

    此操作的目的是为了让Oracle 10g能够正确识别64位的Windows 7操作系统,从而避免因操作系统不匹配导致的安装失败。 ### 2. 编辑oraparam.ini文件 接下来,在安装文件夹的根目录内进入`install`文件夹,找到`...

    oracle安装完成后控制台异常java.lang.exceptionexceptioninsendingrequestnull.docx

    总之,解决“java.lang.Exception: Exception in sendingRequest :: null”异常需要从检查Oracle时区配置、操作系统时区设置以及可能的EM DBControl重建等多个角度出发。通过上述步骤,你应该能够修复控制台的异常并...

    win7系统安装Oracle 10g

    这个问题是由于时区设置不正确导致的。 4. **解决时区问题**: - 需要找到Oracle安装目录`ORACLE_HOME\db_1\$HOSTNAME\sysman\config\emd.properties`,例如`F:\oracle\product\10.2.0\db_1\Soanl-PC_orcl\sysman\...

    RHEL5+oracle9i

    2. **性能监控**:使用Oracle的性能分析工具,如SQL*Plus、企业管理器(EM)、AWR(Automatic Workload Repository)报告来监控和优化数据库性能。 3. **安全管理**:定期更新补丁,应用Oracle的安全最佳实践,如...

    oracle10g安装文档

    - **oracleem参数配置**: - **SGA配置**: 调整共享全局区(SGA)的大小,以适应系统的硬件配置。 - **Redo Log配置**: 配置重做日志文件的大小和组数,以确保事务的一致性和持久性。 #### 十、Oracle常用命令 - **...

    oracle 10g安装文档

    ### Oracle 10g安装流程详解 在IT领域,Oracle数据库因其卓越的性能、可靠性和扩展性而备受青睐。Oracle 10g作为一款成熟稳定的企业级数据库管理系统,其安装...希望本文能为您的Oracle 10g安装之旅提供有价值的参考。

Global site tag (gtag.js) - Google Analytics