數據庫服務器在登陸時報ORA-27140錯誤。 經過檢查使用oracle用戶登錄一切正常,但使用DBA同組用戶報告ORA-27140錯誤。 使用同組的用戶sysdba權限連接數據庫出現“連接到空閑實例”提示。
ORA-27140錯誤提示: Error: ORA-27140 (ORA-27140)Text: attach to post/wait facility failed ---------------------------------------------------------------------------Cause: The program attempted to initialize the post/wait facility, but the facility could not be attached. Action: Check for additional errors and contact Oracle Support. 通過metalink看到,是由于$ORACLE_HOME/bin下文件的權限問題造成 。需要修改$ORACLE_HOME/bin/oracle權限。$>cd $ORACLE_HOME/bin$>chmod 6751 oracle修改完成后,問題解決。
|