linux oracle11g 做的rac双集,应用使用windows+weblogic,应用服务器重启后访问缓慢

问题描述

linux oracle11g 做的rac双集,应用使用windows+weblogic,应用服务器重启后访问缓慢
第一次重启过了两天系统访问又变的很快了,第二次重启过后又变的访问缓慢,持续一个星期还没好,分析原因可能是rac双集原因,重启了linux 的两台数据服务器后,只起来了一台,另外一台监听Instance ""gzlcwdb1"" status BLOCKED ,看过listener配置,应该是没问题的,请大神帮忙分析下访问缓慢的原因,也通过单点分别访问过数据库,也还是访问缓慢,求解,在线等。。。

贴上配置:

copyright (c) 1997 by the Oracle Corporation

NAME

listener.ora

FUNCTION

Network Listener startup parameter file example

NOTES

This file contains all the parameters for listener.ora

and could be used to configure the listener by uncommenting

and changing values. Multiple listeners can be configured

in one listener.ora so listener.ora parameters take the form

of SID_LIST_ where is the name of the listener

this parameter refers to. All parameters and values are

case-insensitive.

This parameter specifies both the name of the listener and

it listening address(es). Other parameters for this listener

us this name in place of . When not specified

the name for defaults to ""LISTENER"" with the default

address value as shown below.

#

LISTENER =

(ADDRESS_LIST=

(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))

(ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))

SID_LIST_

List of services the listener knows about and can connect

clients to. There is no default. See the Net8 Administrator's

Guide for more information.

#

SID_LIST_LISTENER=

(SID_LIST=

(SID_DESC=

#BEQUEATH CONFIG

(GLOBAL_DBNAME=salesdb.mycompany)

(SID_NAME=sid1)

(ORACLE_HOME=/private/app/oracle/product/8.0.3)

#PRESPAWN CONFIG

(PRESPAWN_MAX=20)

(PRESPAWN_LIST=

(PRESPAWN_DESC=(PROTOCOL=tcp)(POOL_SIZE=2)(TIMEOUT=1))

)

)

)

PASSWORDS_

Specifies a password to authenticate stopping the listener.

Both encrypted and plain-text values can be set. Encrypted passwords

can be set and stored using lsnrctl.

LSNRCTL> change_password

Will prompt for old and new passwords and use encryption both

to match the old password and to set the new one.

LSNRCTL> set password

Will prompt for the new password for authentication with

the listener. The password must be set before running the next

command.

LSNRCTL> save_config

Will save the changed password to listener.ora. These last two

steps are not necessary if SAVE_CONFIG_ON_STOP_ is ON.

See below.

#

Default: NONE

#

PASSWORDS_LISTENER = 20A22647832FB454 # ""foobar""

SAVE_CONFIG_ON_STOP_

Tells the listener to save configuration changes to listener.ora when

it shuts down. Changed parameter values will be written to the file

while preserving formatting and comments.

Default: OFF

Values: ON/OFF

#

SAVE_CONFIG_ON_STOP_LISTENER = ON

USE_PLUG_AND_PLAY_

Tells the listener to contact an Onames server and register itself

and its services with Onames.

Values: ON/OFF

Default: OFF

#

USE_PLUG_AND_PLAY_LISTENER = ON

LOG_FILE_

Sets the name of the listener's log file. The .log extension

is added automatically.

Default=

#

LOG_FILE_LISTENER = lsnr

LOG_DIRECTORY_

Sets the directory for the listener's log file.

Default: /network/log

#

LOG_DIRECTORY_LISTENER = /private/app/oracle/product/8.0.3/network/log

TRACE_LEVEL_

Specifies desired tracing level.

Default: OFF

Values: OFF/USER/ADMIN/SUPPORT/0-16

#

TRACE_LEVEL_LISTENER = SUPPORT

TRACE_FILE_

Sets the name of the listener's trace file. The .trc extension

is added automatically.

Default:

#

TRACE_FILE_LISTENER = lsnr

TRACE_DIRECTORY_

Sets the directory for the listener's trace file.

Default: /network/trace

#

TRACE_DIRECTORY_LISTENER=/private/app/oracle/product/8.0.3/network/trace

CONNECT_TIMEOUT_

Sets the number of seconds that the listener waits to get a

valid database query after it has been started.

Default: 10

#

CONNECT_TIMEOUT_LISTENER=10

时间: 2024-08-31 12:53:50

linux oracle11g 做的rac双集,应用使用windows+weblogic,应用服务器重启后访问缓慢的相关文章

全是干货---Linux 高可用(HA)集群基本概念详解

http://www.linuxidc.com/Linux/2013-08/88522.htm 高可用集群的衡量标准    HA(High Available), 高可用性群集是通过系统的可靠性(reliability)和可维护性(maintainability)来度量的.工程上,通常用平均无故障时间(MTTF)来度量系统的可靠性,用平均维修时间(MTTR)来度量系统的可维护性.于是可用性被定义为:HA=MTTF/(MTTF+MTTR)*100%   具体HA衡量标准: 99% 一年宕机时间不超

【RAC】将RAC备份集恢复为单实例数据库

[RAC]将RAC备份集恢复为单实例数据库 1.1  BLOG文档结构图   1.2  前言部分   1.2.1  导读 各位技术爱好者,看完本文后,你可以掌握如下的技能,也可以学到一些其它你所不知道的知识,~O(∩_∩)O~: ① rac数据库的备份集是如何恢复到单实例的数据库 ② ASM文件系统到OS文件系统的转换 ③ 一般的备份恢复过程       本文如有错误或不完善的地方请大家多多指正,ITPUB留言或QQ皆可,您的批评指正是我写作的最大动力. 1.2.2  实验环境介绍   源库:1

Linux性能分析工具汇总合集

出于对Linux操作系统的兴趣,以及对底层知识的强烈欲望,因此整理了这篇文章.本文也可以作为检验基础知识的指标,另外文章涵盖了一个系统的方方面面.如果没有完善的计算机系统知识,网络知识和操作系统知识,文档中的工具,是不可能完全掌握的,另外对系统性能分析和优化是一个长期的系列. 本文档主要是结合Linux 大牛,Netflix 高级性能架构师 Brendan Gregg 更新 Linux 性能调优工具的博文,搜集Linux系统性能优化相关文章整理后的一篇综合性文章,主要是结合博文对涉及到的原理和性

寻找做负载均衡和集群的高人

问题描述 需要在J2EE环境下配置3台服务器ApacheTomcat做负载均衡和集群.需要熟悉负载均衡的老手,操作系统可以是windows或linux.需要到现场机房进行实施.可以兼职. 解决方案 解决方案二:发帖都不会发.就配个环境,你还找专职?既然兼职,也不说酬劳问题,至少写个面议吧既然要去现场也不说在什么地方解决方案三:另外,你们的应用.硬件环境是什么?不同的应用,方案可能会不太一样解决方案四:有点冲啊-

linux zip unzip文件解压缩命令集

linux zip unzip文件解压缩命令集 zip 是linux下的常用压缩压缩命令之一,文件经它压缩后会另外产生具有".zip"扩展名的压缩文件,因为zip能方便在windows下使用,所以zip是个使用广泛的压缩程序. 语法:zip [-acddffghjjkllmoqrstuvvwxyz$][-b <工作目录>][-ll][-n <字尾字符串>][-t <日期时间>][-<压缩效率>][压缩文件][文件...][-i <

在 RedHat Linux 上做性能调优

在 RedHat Linux 上做性能调优 性能调优的目的是提高系统性能,减少电力消耗,或者减轻某个应用对系统中其它应用的影响.但是如果贸然地,没有适当的手段进行系统调优,那可能会产生负面效果. 如果我们有系统有计划地进行性能调优,那么它就会成为严谨的科学探索而不是随心所欲的艺术行为. 具体方法 首先我们需要弄明白"正常"的系统性能情形是什么样的. 查找潜在的性能问题并进行参数调优来修复.观察这些调整对系统的影响并决定是否确认保持这种调整或者恢复到调整前的状态. 概要: 收集数据,建立

网络编程-我想用c在linux上做一个爬虫,但是遇到有些网站不能用ip访问求一个解决方案

问题描述 我想用c在linux上做一个爬虫,但是遇到有些网站不能用ip访问求一个解决方案 比如58同城,我ping出它的ip,然后用浏览器访问,结婚连接不上!求各位大神帮帮忙! 解决方案 用域名访问,在你的http请求中加上host字段,里面写域名

Linux主机做路由为子网实现共享上网

&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp;   实现:Linux主机做路由,为子网实现共享上网.2个IP,一个公网IP(22.33.44.55),一个内外网关(192.168.0.254).         首先打开路由转发,并且为了保证开机重启后生效.如下操作: 1:修改/etc/sycctl.conf,打开路由转发. [root@kook ~]# vi /etc/sysctl.conf net.ipv4.

各位大神,我正在做一个项目需要集成环信,可是官方的环信demo不会集成。

问题描述 各位大神,我正在做一个项目需要集成环信,可是官方的环信demo不会集成.求各位大神有没有简单点的集成版本或者教程,求救啊.