客户配置tuxedo连接oracle,一直报错,无法使用tuxedo用户登录oracle。

oracle open的状态下,使用tuxedo用户,进入sqlplus,显示connect to an idle instance

然后尝试startup,报错如下:


ORA-27123: unable to attach to shared memory segment
SVR4 Error: 13: Permission denied


对于非oracle用户使用sqlplus时,需要将该用户加到oracle dba组中,并且拥有访问$ORACLE_HOME/bin/oracle的权限

比较奇怪,我之前给了777的权限,依然不可以,然后给了6755的权限,便可以正常登录了。也不会显示连接到一个空实例上。

 

解决方法:

chmod 6755 $ORACLE_HOME/bin/oracle

相关文章:

  • 2022-12-23
  • 2021-06-29
  • 2022-12-23
  • 2022-01-04
  • 2021-05-04
  • 2021-12-11
  • 2021-06-08
  • 2021-07-09
猜你喜欢
  • 2022-12-23
  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案