- 浏览: 985887 次
- 性别:
- 来自: 杭州
-
文章分类
最新评论
-
孤星119:
好熟悉的数据库字段啊, 上家公司做的项目每天都跟这些字段打招呼 ...
Oracle exp compress参数引起的空间浪费 -
itspace:
quxiaoyong 写道遇到个问题,网上一搜,全他妈这篇文章 ...
数据库连接错误ORA-28547 -
quxiaoyong:
遇到个问题,网上一搜,全他妈这篇文章。你转来转去的有意思吗?
数据库连接错误ORA-28547 -
hctech:
关于version count过高的问题,不知博主是否看过ey ...
某客户数据库性能诊断报告 -
itspace:
invalid 写道写的不错,我根据这个来安装,有点理解错误了 ...
AIX 配置vncserver
操作系统版本为
数据库版本为
由于操作系统从5305升级至5309,升级完成后启动Enterprise Manager时,后台报如下错误
解决方法如下:
1、停止dbconsole
2、重新设置时区
3、数据库中执行设置时区包
4、启动dbconsole
5、 查看dbconsole状态,可以看到已经成功启动,web访问也一切正常。
6、可奇怪的是,后台报错依旧
引用
root@hisdb01:/#oslevel -r
5300-09
5300-09
数据库版本为
引用
SQL> select * from v$version;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
PL/SQL Release 10.2.0.4.0 - Production
CORE 10.2.0.4.0 Production
TNS for IBM/AIX RISC System/6000: Version 10.2.0.4.0 - Productio
NLSRTL Version 10.2.0.4.0 - Production
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
PL/SQL Release 10.2.0.4.0 - Production
CORE 10.2.0.4.0 Production
TNS for IBM/AIX RISC System/6000: Version 10.2.0.4.0 - Productio
NLSRTL Version 10.2.0.4.0 - Production
由于操作系统从5305升级至5309,升级完成后启动Enterprise Manager时,后台报如下错误
引用
2010-03-15 16:16:03 Thread-1 WARN http: snmehl_connect: connect failed to (hisdb01:3938): A remote host refused an attempted connect operation. (error = 79)
2010-03-15 16:17:11 Thread-1 WARN http: snmehl_connect: connect failed to (hisdb01:3938): A remote host refused an attempted connect operation. (error = 79)
2010-03-15 16:17:11 Thread-1 WARN http: snmehl_connect: connect failed to (hisdb01:3938): A remote host refused an attempted connect operation. (error = 79)
2010-03-16 08:19:42 Thread-1 WARN http: snmehl_connect: connect failed to (hisdb01:3938): A remote host refused an attempted connect operation. (error = 79)
2010-03-15 16:17:11 Thread-1 WARN http: snmehl_connect: connect failed to (hisdb01:3938): A remote host refused an attempted connect operation. (error = 79)
2010-03-15 16:17:11 Thread-1 WARN http: snmehl_connect: connect failed to (hisdb01:3938): A remote host refused an attempted connect operation. (error = 79)
2010-03-16 08:19:42 Thread-1 WARN http: snmehl_connect: connect failed to (hisdb01:3938): A remote host refused an attempted connect operation. (error = 79)
解决方法如下:
1、停止dbconsole
引用
oracle.orcl1@hisdb01:/home/oracle$emctl stop dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
https://hisdb01:1158/em/console/aboutApplication
Stopping Oracle Enterprise Manager 10g Database Control ...
... Stopped.
Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
https://hisdb01:1158/em/console/aboutApplication
Stopping Oracle Enterprise Manager 10g Database Control ...
... Stopped.
2、重新设置时区
引用
oracle.orcl1@hisdb01:/home/oracle$export TZ=BEIST-8
oracle.orcl1@hisdb01:/home/oracle$emctl resetTZ agent
Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
Updating /oracle/products/rdbms/hisdb01_orcl1/sysman/config/emd.properties...
Time zone set to +08:00.
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('hisdb01:3938','+08:00')
-- 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('hisdb01:3938','+08:00')
oracle.orcl1@hisdb01:/home/oracle$emctl resetTZ agent
Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
Updating /oracle/products/rdbms/hisdb01_orcl1/sysman/config/emd.properties...
Time zone set to +08:00.
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('hisdb01:3938','+08:00')
-- 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('hisdb01:3938','+08:00')
3、数据库中执行设置时区包
引用
oracle.orcl1@hisdb01:/home/oracle$sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.4.0 - Production on Tue Mar 16 08:22:50 2010
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options
SQL> alter session set current_schema = SYSMAN;
Session altered.
SQL> exec mgmt_target.set_agent_tzrgn('hisdb01:3938','+08:00')
PL/SQL procedure successfully completed.
SQL> exit
SQL*Plus: Release 10.2.0.4.0 - Production on Tue Mar 16 08:22:50 2010
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options
SQL> alter session set current_schema = SYSMAN;
Session altered.
SQL> exec mgmt_target.set_agent_tzrgn('hisdb01:3938','+08:00')
PL/SQL procedure successfully completed.
SQL> exit
4、启动dbconsole
引用
oracle.orcl1@hisdb01:/home/oracle$emctl start dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
https://hisdb01:1158/em/console/aboutApplication
Agent Version : 10.1.0.6.0
OMS Version : 10.1.0.6.0
Protocol Version : 10.1.0.2.0
Agent Home : /oracle/products/rdbms/hisdb01_orcl1
Agent binaries : /oracle/products/rdbms
Agent Process ID : 590036
Parent Process ID : 1
Agent URL : https://hisdb01:3938/emd/main
Started at : 2010-03-16 08:21:51
Started by user : oracle
Last Reload : 2010-03-16 08:21:51
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) : 0.07
Available disk space on upload filesystem : 21.39%
Agent is already started. Will restart the agent
Stopping agent ... stopped.
Starting Oracle Enterprise Manager 10g Database Control .................. started.
------------------------------------------------------------------
Logs are generated in directory /oracle/products/rdbms/hisdb01_orcl1/sysman/log
Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
https://hisdb01:1158/em/console/aboutApplication
Agent Version : 10.1.0.6.0
OMS Version : 10.1.0.6.0
Protocol Version : 10.1.0.2.0
Agent Home : /oracle/products/rdbms/hisdb01_orcl1
Agent binaries : /oracle/products/rdbms
Agent Process ID : 590036
Parent Process ID : 1
Agent URL : https://hisdb01:3938/emd/main
Started at : 2010-03-16 08:21:51
Started by user : oracle
Last Reload : 2010-03-16 08:21:51
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) : 0.07
Available disk space on upload filesystem : 21.39%
Agent is already started. Will restart the agent
Stopping agent ... stopped.
Starting Oracle Enterprise Manager 10g Database Control .................. started.
------------------------------------------------------------------
Logs are generated in directory /oracle/products/rdbms/hisdb01_orcl1/sysman/log
5、 查看dbconsole状态,可以看到已经成功启动,web访问也一切正常。
引用
oracle.orcl1@hisdb01:/home/oracle$emctl status dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
https://hisdb01:1158/em/console/aboutApplication
Oracle Enterprise Manager 10g is running.
------------------------------------------------------------------
Logs are generated in directory /oracle/products/rdbms/hisdb01_orcl1/sysman/log
oracle.orcl1@hisdb01:/home/oracle$emctl stop dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
https://hisdb01:1158/em/console/aboutApplication
Stopping Oracle Enterprise Manager 10g Database Control ...
... Stopped.
oracle.orcl1@hisdb01:/home/oracle$https://172.16.1.99:3938/emd/main
oracle.orcl1@hisdb01:/home/oracle$emctl start dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
https://hisdb01:1158/em/console/aboutApplication
Starting Oracle Enterprise Manager 10g Database Control .................. started.
------------------------------------------------------------------
Logs are generated in directory /oracle/products/rdbms/hisdb01_orcl1/sysman/log
Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
https://hisdb01:1158/em/console/aboutApplication
Oracle Enterprise Manager 10g is running.
------------------------------------------------------------------
Logs are generated in directory /oracle/products/rdbms/hisdb01_orcl1/sysman/log
oracle.orcl1@hisdb01:/home/oracle$emctl stop dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
https://hisdb01:1158/em/console/aboutApplication
Stopping Oracle Enterprise Manager 10g Database Control ...
... Stopped.
oracle.orcl1@hisdb01:/home/oracle$https://172.16.1.99:3938/emd/main
oracle.orcl1@hisdb01:/home/oracle$emctl start dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
https://hisdb01:1158/em/console/aboutApplication
Starting Oracle Enterprise Manager 10g Database Control .................. started.
------------------------------------------------------------------
Logs are generated in directory /oracle/products/rdbms/hisdb01_orcl1/sysman/log
6、可奇怪的是,后台报错依旧
引用
remote host refused an attempted connect operation. (error = 79)
2010-03-16 08:29:20 Thread-1 WARN http: snmehl_connect: connect failed to (hisdb01:3938): A remote host refused an attempted connect operation. (error = 79)
2010-03-16 08:29:26 Thread-1 WARN http: snmehl_connect: connect failed to (hisdb01:3938): A remote host refused an attempted connect operation. (error = 79)
2010-03-16 08:29:32 Thread-1 WARN http: snmehl_connect: connect failed to (hisdb01:3938): A remote host refused an attempted connect operation. (error = 79)
2010-03-16 08:29:20 Thread-1 WARN http: snmehl_connect: connect failed to (hisdb01:3938): A remote host refused an attempted connect operation. (error = 79)
2010-03-16 08:29:26 Thread-1 WARN http: snmehl_connect: connect failed to (hisdb01:3938): A remote host refused an attempted connect operation. (error = 79)
2010-03-16 08:29:32 Thread-1 WARN http: snmehl_connect: connect failed to (hisdb01:3938): A remote host refused an attempted connect operation. (error = 79)
发表评论
-
buffer cache 的内部结构
2020-03-18 14:21 597BUFFER CACHE作为数据块的 ... -
Oracle OMC介绍
2020-03-18 13:19 502Oracle管理云服务(OMC)的大数据平台,自动收集的企业 ... -
参加Oracle勒索病毒防范专题培训会议
2019-09-27 17:15 5522019年7月22日,受邀参加Oracle勒索病毒防范专题培训 ... -
记一次内存换IO的Oracle优化
2019-09-27 16:50 840某客户数据库从P595物理 ... -
如何定位Oracle SQL执行计划变化的原因
2019-07-03 14:49 1485性能优化最难的是能够 ... -
如何定位Oracle SQL执行计划变化的原因
2018-10-30 09:24 1185性能优化最难的是能够 ... -
数据库性能优化目标
2018-10-08 10:59 538从数据库性能优化的场 ... -
数据库无法打开的原因及解决办法
2018-10-05 20:45 2156数据库的启动是一个相当复杂的过程。比如,Oracle在启动之前 ... -
怎么样彻底删除数据库?
2018-09-18 11:10 621Oracle提供了drop database命令用来删除数据库 ... -
Oracle减少日志量的方法
2018-09-10 10:17 881LGWR进程将LOG BUFFER中的 ... -
如何快速关闭数据库
2018-09-09 13:14 1252“一朝被蛇咬,十年怕井绳”。在没被“蛇”咬之前,很多DBA喜欢 ... -
关于《如何落地智能化运维》PPT
2018-05-17 10:19 1149在DTCC 2018发表《如何落地智能化运维》演讲,主要内容如 ... -
记录在redhat5.8平台安装oracle11.2容易忽视的几个问题
2018-05-11 19:58 594问题一:ping不通问题 在虚拟机上安装好linux系统后, ... -
《Oracle DBA实战攻略》第一章
2018-05-11 10:42 983即日起,不定期更新《OracleDBA实战攻略》一书电子版,请 ... -
Oracle 12c新特性
2018-05-11 10:33 915查询所有pdb [oracle@gj4 ~]$ sqlplu ... -
关于修改memory_target的值后数据库无法启动的问题
2017-02-28 12:24 3996操作系统:RHEL6.5 数据库版本:11.2.0.4 ... -
10g rac安装error while loading shared libraries libpthread.so.0 问题
2017-02-28 12:22 71211g rac安装在二节点跑脚本一般会报此错误: 解决这个问 ... -
记一次Oracle会话共享模式故障处理过程
2017-02-27 19:16 813故障简述 XXX第八人民医院HIS数据库7月13日11点左右从 ... -
RESMGR:cpu quantum等待事件处理过程
2017-02-27 18:23 2698由于数据库上线过程中出现大量的RESMGR:cpu quant ... -
谈谈log file sync
2014-03-19 14:18 1789数据库中的log file sync等待事件指的是,当user ...
相关推荐
在故障排除方面,管理员需要了解如何使用 Oracle Enterprise Manager 来诊断和解决常见的错误和问题,包括连接问题、性能问题、安全问题等。此外,管理员还需要了解如何使用 Oracle Enterprise Manager 来进行问题...
Oracle Enterprise Manager 概念指南概述 Oracle Enterprise Manager 是 Oracle 公司开发的一款企业级管理软件,旨在帮助 IT 管理员和数据库管理员对 Oracle 数据库和相关系统进行监控、管理和维护。以下是 Oracle ...
《Oracle Enterprise Manager消息手册》(Release 2.2)详细介绍了在使用该工具时可能会遇到的各种消息和错误代码,帮助管理员识别和解决问题。 手册中涵盖的主题可能包括: 1. **系统监控**:Oracle Enterprise ...
Oracle Enterprise Manager Administrator’s Guide Release 9.2.0 Oracle Enterprise Manager Administrator’s Guide Release 9.2.0是Oracle Corporation发布的官方管理员指南,该指南旨在帮助管理员更好地管理和...
详细的Oracle Enterprise Manager使用基础帮助入门
### Oracle Enterprise Manager Grid Control 11g安装指南 #### 一、概述 Oracle Enterprise Manager (OEM) Grid Control 是一款全面的管理平台,用于管理Oracle环境中的所有组件,包括数据库、中间件、应用服务器...
Oracle Enterprise Manager Configuration Guide Release 2.2 Oracle Enterprise Manager 是 Oracle 公司的一款企业级管理软件,旨在提供一个统一的管理平台,帮助管理员管理和监控 Oracle 数据库和相关应用程序。...
"Oracle Enterprise Manager Configuration Guide Release 9.2.0.2" Oracle Enterprise Manager 是一种企业级的IT管理软件,由 Oracle Corporation 开发和维护。它提供了对 Oracle 数据库和其他系统的监控、管理和...
### Oracle Enterprise Manager的数据库管理 #### 一、Oracle Enterprise Manager简介 Oracle Enterprise Manager(OEM)是Oracle公司提供的一款全面的管理系统工具,旨在帮助DBA(数据库管理员)和IT专业人员管理...
Oracle Enterprise Manager 概念指南 Release 9.2.0 Oracle Enterprise Manager 是 Oracle 公司的一款企业管理软件,旨在帮助 IT 部门和 Database 管理员更好地管理 Oracle 数据库和相关的 IT 基础设施。该软件...
Oracle Enterprise Manager 获取 Oracle 变更管理包入门 Oracle Enterprise Manager 是一个综合的 IT 管理平台,旨在帮助用户对 Oracle 数据库和相关应用程序进行监控、管理和优化。Getting Started with Oracle ...
### Oracle Enterprise Manager (OEM) 12c 安装详解 #### 一、Oracle Enterprise Manager 概述 Oracle Enterprise Manager (OEM),是Oracle提供的一套全面的企业级管理平台,用于集中管理和监控Oracle环境中的各种...
Oracle Enterprise Manager Event Test Reference Manual Release 9 Oracle Enterprise Manager Event Test Reference Manual Release 9是Oracle Corporation发布的一份关于事件测试的参考手册,该手册旨在帮助用户...
《Oracle 9i Enterprise Manager:深入解析与应用》 一、Oracle 9i Enterprise Manager概述 Oracle 9i Enterprise Manager(EM),是Oracle公司为Oracle 9i数据库系统设计的一款全面的管理工具,旨在简化数据库的...
在Oracle Enterprise Manager for Oracle TimesTen In-Memory Database User's Guide Release 12.1.0.3.0中,用户可以找到关于如何使用这款工具进行以下操作的详细指导: 1. **安装与配置**:文档将详细介绍如何...
### Oracle Enterprise Manager 10g Grid Control Implementation Guide #### 概述 《Oracle Enterprise Manager 10g Grid Control Implementation Guide》是一本详细介绍了如何实施、配置和管理Oracle Enterprise...
### Oracle Enterprise Manager 9i 学生指南知识点详解 #### 一、概述 《Oracle Enterprise Manager 9i 学生指南》是一本针对Oracle 9i版本的企业管理器软件进行详细介绍的手册。此书旨在帮助学生及初学者快速掌握...