当前位置:  数据库>oracle

11G RAC使用本地名登陆时遇到监听报错:ORA-12537 TNS:connection closed

    来源: 互联网  发布时间:2017-05-29

    本文导语: 一个群友遇到了监听的错误:搜索发现引起此错误的原因可能是:ORA-12537 if Listener (including SCAN Listener) and Database are Owned by Different OS User [ID 1069517.1]也就是说监听器和数据库属于不同的OS用户就可以遇到如下问题。当前的监听器用...

一个群友遇到了监听的错误:
搜索发现引起此错误的原因可能是:
ORA-12537 if Listener (including SCAN Listener) and Database are Owned by Different OS User [ID 1069517.1]
也就是说监听器和数据库属于不同的OS用户就可以遇到如下问题。
当前的监听器用户是GRID,数据库软件用户是Oracle。
而数据库装在ORACLE用户下:且ORACLE_HOME目录权限设置不允许GRID用户操作ORACLE软件。
[grid@bysrac1 11.2.0]$ su - root
Password:
[root@bysrac1 ~]# cd /u01/app/oracle/product/11.2.0/
[root@bysrac1 11.2.0]# ls
dbhome_1
[root@bysrac1 11.2.0]#
total 12
drwxr-xr-x 3 oracle oinstall 4096 Jun 20 14:09 .
drwxr-xr-x 3 oracle oinstall 4096 Jun 20 14:09 ..

[root@bysrac1 11.2.0]#
[root@bysrac1 11.2.0]# ls -al
total 12
drwxr-xr-x 3 oracle oinstall 4096 Jun 20 14:09 .
drwxr-xr-x 3 oracle oinstall 4096 Jun 20 14:09 ..

[root@bysrac1 11.2.0]# su - oracle
[oracle@bysrac1 ~]$
SQL*Plus: Release 11.2.0.1.0 Production on Fri Dec 6 13:24:33 2013
Copyright (c) 1982, 2009, Oracle. All rights reserved.



[root@bysrac1 11.2.0]# chmod 755 dbhome_1/
[root@bysrac1 11.2.0]# ls -al
total 12
drwxr-xr-x 3 oracle oinstall 4096 Jun 20 14:09 .
drwxr-xr-x 3 oracle oinstall 4096 Jun 20 14:09 ..

[root@bysrac1 ~]# su - oracle
[oracle@bysrac1 ~]$
SQL*Plus: Release 11.2.0.1.0 Production on Fri Dec 6 13:31:59 2013
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options

这个问题已经解决。原来是我同事跳过了一个SQL没有执行,导致数据不一致。有几个 table是有主外键关联的。

相关阅读:

ORA-01172、ORA-01151错误处理

ORA-00600 [2662]错误解决

ORA-01078 和 LRM-00109 报错解决方法

ORA-00471 处理方法笔记

ORA-00314,redolog 损坏,或丢失处理方法

ORA-00257 归档日志过大导致无法存储的解决办法


    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • oracle 11g最新版官方下载地址
  • Oracle内存数据库11g和高速缓存11g上市
  • Oracle 10g和Oracle 11g网格技术介绍
  • Linux版本的Oracle 11g将首先被发布
  • 关于Linux下oracle是10g?还是11g?
  • Oracle 11g 相关工具netca,dbca乱码之解决
  • Oracle 11g解锁scott
  • fedora10安装oracle11g提示物理内存不足怎么办?
  • 有人在fedora 10下安装 oracle database 11g,没有呀?提供个安装步骤
  • Tomcat Extensions for JDeveloper 11g
  • Oracle 11g R2 数据库将在9月发布
  • 在ubuntu10.04上安装oracle11g失败
  • 关于Oracle 11g 闪回的一个小问题
  • Oracle EBS R12 支持 Oracle Database 11g
  • linux redhat5.6安装oracle11g在自动创建实例时停住不动,有图
  • Oracle11g备份和恢复功能的提高
  • Redhat 6 安装 oracle 11g2的问题
  • centos5.4安装oracle11g的问题
  • Oracle 11G密码180天过期后的修改方法
  • 11g Oracle导出表不导出数据默认为空表的解决方法
  • Oracle针对Eclipse 11g发布开发包


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,