我们这边安装oracle报错了,现在shutdown immediate数据库报这个错:
SQL> shutdown immediate
ORA-24324: service handle not initialized
ORA-24323: value not allowed
ORA-27140: attach to post/wait facility failed
ORA-27300: OS system dependent operation:invalid_egid failed with status: 1
ORA-27301: OS failure message: Not owner
ORA-27302: failure occurred at: skgpwinit6
ORA-27303: additional information: startup egid = 107 (oinstall), current egid = 106 (dba)
数据库是因为关闭过程被中断引起的,再使用shutdown命令也无法关闭数据库,可以用shutdown abort(可能会报权限错误,不管它)中止实例 再退出当前oracle用户重新进入就可以了
阅读(2277) | 评论(0) | 转发(0) |