全文预览已结束
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
ORA 12518ORA 12518 TNS TNS 监听程序无法分发客户机连接监听程序无法分发客户机连接 解决解决 办法办法 2009 11 20 10 44 23 转载 标签 杂谈 分类 oracle 数据库 ORA 12518 TNS listener could not hand off client connection 2008 06 23 08 57 ORA 12518 TNS listener could not hand off client connection Cause The process of handing off a client connection to another process failed Action Turn on listener tracing and re execute the operation Verify that the listener and database instance are properly configured for direct handoff If problem persists call Oracle Support 先试试 connect as sysdba 看行不行 如果行的话 再试试 connect as sysdba 看看监听配置是否有问题 如果这一步有问题 说明监听这块有问题 1 cmd 2 sqlpls nolog 3 connect sys test as sysdba 没有问题 1 cmd 2 sqlplus nolog 3 connect sys test test as sysdba ORA 12518 TNS listener could not hand off client connection 说明监听有问题 查到了相关资料如下 http www dba tion htm The reason ORA 12518 is being throw may be because of DEDICATED connections because Oracle 10g has a value of PROCESSES is defaulted at 150 which can be lower than necessary in a production system Also in pre 9i MTS ORA 12518 may be thrown in SHARED SERVER because the dispatcher may have reached the maximum connection value so it denies all other There are two solutions for ORA 12518 depending on which symptom you may be experiencing a For the DEDICATED occurrence of ORA 12518 you would need to try increasing the PROCESSES parameter so that it can handle the needed number of processes You can ensure that you have the needed value by monitoring the listener log for ORA 12518 Also note that because the PROCESSES parameter is static the database will need to be bounced b If you are experiencing ORA 12518 because of a shared server issue you first would need to use the command below to shutdown the dispatcher SQL alter system shutdown immediate D001 Then add on new dispatchers SQL alter system set DISPATCHERS protocol tcp dispatchers 3 通过以上资料分析得出可能出现问题的原因有两种 一是 processes 值设的过 小 二是需要增加参数 DISPATCHERS 考虑到之前经常遇到 ora 00020 超出最大进程数的问题在安装数据库的时候已 经把 processes 设到 800 了 为保险起见再 show parameter processes SQL show parameter process NAME TYPE VALUE aq tm processes integer 0 db writer processes integer 1 gcs server processes integer 0 job queue processes integer 10 log archive max processes integer 2 processes integer 1000 再查进程数 SQL select count from v session COUNT 224 所以最后得出结论应该不是 processes 的问题 应该用 b 方法来解决 1 connect sys test as sysdba 2 show parameters dispatchers NAME TYPE VALUE dispatchers string protocol tcp service oracle10 xdb max dispatchers integer 5 SQL alter system set dispatchers protocol tcp dispatchers 3 service oracle10 xdb
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 物业管理人员聘用合同要点
- 30MW分布式发电项目建议书
- 机床主传动系统课程设计
- (2024版)高清晰度卫星遥感服务合同
- 机器人机座结构课程设计
- 机器人技术课程设计
- 机器人工程设计课程设计
- 机器人在线课程设计
- 机制管理课程设计
- 浙江省丽水四校2019-2020学年高一10月份(联考)阶段检测化学试题
- 三年级体育下册 前滚翻(水平二)说课稿
- 2023-2024学年浙江省温州市鹿城区八年级(上)质检科学试卷(12月份)
- GB/T 44653-2024六氟化硫(SF6)气体的现场循环再利用导则
- 410th循环流化床锅炉本体化学清洗方案(HCL)
- 道路交通安全法律法规
- 2024秋期国家开放大学《政治学原理》一平台在线形考(形考任务四)试题及答案
- 积极准备迎战月考 课件高一上学期备战月考主题班会
- 外研版(2019) 选择性必修第四册 Unit 5 Into the Unknown Understanding ideas教案
- 2024-2030年中国复合铜箔市场需求前景及投融资分析研究研究报告
- 中班健康课件《认识五官》
- 2024福建网龙网络控股限公司校园招聘100人高频500题难、易错点模拟试题附带答案详解
评论
0/150
提交评论