报错信息:
Oracle 执行sqlplus / as sysdba时提示如下
ERROR:
ORA-27271: szingroup: group lookup failure
IBM AIX RISC System/6000 Error: 3: No such process
Additional information: 869
ORA-27271: szingroup: group lookup failure
IBM AIX RISC System/6000 Error: 3: No such process
Additional information: 869
处理方法:
1、重新make文件
$cd $ORACLE_HOME/rdbms/lib
$mv config.o config.o.orig
$make -f ins_rdbms.mk ioracle
2、修改config.s文件的属组
$cd $ORACLE_HOME/rdbms/lib/
$pwd
$/oracle/app/rdbms/lib/
#chown oracle:dba /oracle/app/rdbms/lib/config.s
(如果dba是数据库用户的主组)
本文介绍了解决Oracle执行sqlplus时出现ORA-27271错误的方法,包括重新make文件和修改config.s文件的属组。
1896

被折叠的 条评论
为什么被折叠?



