Welcome 微信登录

首页 / 数据库 / MySQL / 监听独立于数据库服务器的配置,解决ORA-12520及ORA-12545错误

一、环境: 
1、linux主机ocm(192.168.217.130)作为数据库
 sys@OCM> select * from v$version;
 
BANNER
 --------------------------------------------------------------------------------
 Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
 
2、linux主机ocp(192.168.217.133)作为独立远程监听
 sys@OCP> select * from v$version;
 
BANNER
 --------------------------------------------------------------------------------
 Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
 
3、windows主机(192.168.217.2)作为客户端
  windows 7 
二、在ocm主机(192.168.217.130)上操作: 
1、配tnsnames.ora
 LISTENER_OCP =
 (ADDRESS_LIST =
   (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.217.133)(PORT = 1521))
 )
 2、配参数
 sys@OCM>  alter system set remote_listener=LISTENER_OCP;
 3、查监听
 [oracle@ocm ~]$ lsnrctl status
 LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 29-MAY-2013 21:13:28
 Copyright (c) 1991, 2009, Oracle.  All rights reserved.
 Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
 STATUS of the LISTENER
 ------------------------
 Alias                   LISTENER
 Version                 TNSLSNR for Linux: Version 11.2.0.1.0 - Production
 Start Date                29-MAY-2013 20:34:42
 Uptime                    0 days 0 hr. 38 min. 47 sec
 Trace Level             off
 Security                  ON: Local OS Authentication
 SNMP                      OFF
 Listener Parameter File /u01/app/oracle/product/11.2.0/network/admin/listener.ora
 Listener Log File       /u01/app/oracle/diag/tnslsnr/ocm/listener/alert/log.xml
 Listening Endpoints Summary...
 (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ocm.example.com)(PORT=1521)))
 Services Summary...
 Service "ocm" has 1 instance(s).
 Instance "ocm", status READY, has 1 handler(s) for this service...
 Service "ocmXDB" has 1 instance(s).
 Instance "ocm", status READY, has 1 handler(s) for this service...
 The command completed successfully三、在ocp主机(192.168.217.133)上操作:
 1、查监听
 
[oracle@ocp ~]$ lsnrctl status
 
LSNRCTL for Linux: Version 11.2.0.3.0 - Production on 29-MAY-2013 20:49:22
 
Copyright (c) 1991, 2011, Oracle.  All rights reserved.
 
Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
 STATUS of the LISTENER
 ------------------------
 Alias                   LISTENER
 Version                 TNSLSNR for Linux: Version 11.2.0.3.0 - Production
 Start Date                29-MAY-2013 20:44:12
 Uptime                    0 days 0 hr. 5 min. 10 sec
 Trace Level             off
 Security                  ON: Local OS Authentication
 SNMP                      OFF
 Listener Parameter File /u01/app/oracle/product/11.2.0/network/admin/listener.ora
 Listener Log File       /u01/app/oracle/diag/tnslsnr/ocp/listener/alert/log.xml
 Listening Endpoints Summary...
 (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ocp)(PORT=1521)))
 Services Summary...
 Service "ocm" has 1 instance(s).
 Instance "ocm", status READY, has 1 handler(s) for this service...
 Service "ocmXDB" has 1 instance(s).
 Instance "ocm", status READY, has 1 handler(s) for this service...
 Service "ocp" has 1 instance(s).
 Instance "ocp", status READY, has 1 handler(s) for this service...
 The command completed successfully
 
2、配tnsnames.ora
 remote_130 =
 (DESCRIPTION =
   (ADDRESS_LIST =
     (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.217.133)(PORT = 1521))
   )
   (CONNECT_DATA =
     (SERVICE_NAME = ocm)
      )
 )
 
3.连接测试
 [oracle@ocm admin]$ sqlplus hr/hr@remote_130
 SQL*Plus: Release 11.2.0.3.0 Production on Wed May 29 23:07:19 2013
 Copyright (c) 1982, 2009, Oracle.  All rights reserved.
 
ERROR:
 ORA-12520: TNS:listener could not find available handler for requested type of
 server
 
Enter user-name:
 
4、解决方法:(192.168.217.133)主机上一定要配一下
 vi /etc/hosts
 192.168.217.130 ocm
 192.168.217.133 ocp
  • 1
  • 2
  • 下一页
Oracle查询密码加密串方法ORA-24816: 在实际的 LONG 或 LOB 列之后提供了扩展的非 LONG 绑定数据相关资讯      ORA-12545  ORA-12520 
  • ORA-12545:因目标主机或对象不存在  (06月02日)
  • ORA-12520错误解决实例  (11/14/2014 16:36:29)
  • 客户端使用SCNAIP连接11G RAC数据  (01/02/2014 08:14:07)
  • ORA-12545: 因目标主机或对象不存  (05/09/2015 09:43:51)
  • ORA-12520错误解决方法  (06/09/2014 08:25:37)
  • 使用数据链时报错ORA-12545/TNS-  (01/02/2014 08:08:39)
本文评论 查看全部评论 (0)
表情: 姓名: 字数