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
- 点赞
- 写回答
- 关注问题
- 收藏
- 复制链接分享
- 邀请回答
为你推荐
- oracle 11.2.0.4 exp导出报错ORA-04063
- 服务器运行一段时间后卡死,报错日志提示这几个错误
- php循环选项卡分隔文件
- php
- 2个回答
- 如何添加到数组而不覆盖(从读取行和爆炸)PHP
- php
- 1个回答
- uksort帮助 - 在单一需求帮助中使用GROUP BY
- PHP - ORA-01747:user.table.column,table.column或列规范无效
- PHP中的请求错误中未检测到会话令牌(JWT)或API密钥
- php
- 1个回答
- 如果数组为空,如何删除它的最后一个元素
- php
- 2个回答
- 表单保持投掷“不允许直接访问此页面。”无法找到错误
- php
- javascript
- 1个回答
- 使用PHP解析带有命名空间的SOAP XML响应
- 安装oracle11g grid 执行root.sh时一直卡在Adding Clusterware entries to inittab
- oracle
- 2个回答
- ORACLE中ORA-01012: not logged on
- oracle
- 0个回答
- 关于read by other session跟cr request retry的问题
- oracle
- 0个回答
- oralce Socket read timed out 我快疯了,什么原因造成的?
- 0个回答
- jdbc 连接oracle rac 一会连接的上一会连接不上的问题?
- 0个回答
- 请教Oracle问题
- oracle
- 0个回答
- 关于F5负载均衡器+WAS+Oracle 10g集群的方案的若干问题
- 0个回答
- 请教Oracle大表的处理方式
- 0个回答
- oracle自动关闭,提示ORA-27300
- oracle
- 1个回答
- logminer在rac上,抓不到记录
- oracle
- 3个回答