記一次ORA-27037: unable to obtain file status錯誤
環境介紹:
ORACLE9i RAC——RAW
HU-UNIX 8420
NEWWORK SAN
[@more@]客戶進行儲存的擴容時候,在擴容後啟動資料庫的時候報:
SQL> startup
ORA-27037: unable to obtain file status
HP-UX Error: 13: Permission denied
Additional information: 3
因為其中的一個節點已經可以正常啟動,第一感覺就是許可權有問題了,由於是沒在現場只能遠端解決,在詢問了相關的操作人員以及hp的廠商的操作步驟後,發現他們在擴容完賦許可權的時候只是把/dev/lg_aic下的LV賦予了相關的oracle許可權,而/dev/lg_aic這個目錄檢查發現許可權為700模式,而資料庫啟動是以oracle使用者來訪問的,最終導致資料庫啟動的時候報了沒有許可權的錯誤。
解決方式:
chmod 755 /dev/lg_aic
重新啟動OK
在操作過程中,很有可能由於一個小小的操作或者一個小小的問題就可能導致大的情況發生,所以在生產庫上做任何操作前都必須要保留原始的狀態再做,有一個良好的習慣比什麼都重要。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10130206/viewspace-1047366/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Latex編譯錯誤:Unable to load picture or PDF file 問題解決編譯
- rabbitMq的status報錯Error: unable to perform an operation on node ‘rabbit……MQErrorORM
- Unable to unwrap data, invalid status [CLOSED]-服務端webSocket報錯服務端Web
- file_get_content s()獲取https出現這個錯誤Unable to find the wrapperHTTPAPP
- 記錄一次根據錯誤資訊無法定位錯誤的錯誤
- swagger啟動錯誤Unable to infer base url.Swagger
- git拉取程式碼報錯filename too long unable to create fileGit
- git: 記一次push的錯誤,印象深刻Git
- linux解決“XXX is not in the sudoers file”錯誤Linux
- 記錄一次錯誤的使用當前時間new Date()引發的錯誤
- c# Api 錯誤 Unable to resolve service for type while attempting to activate C#APIWhile
- yii2 Unable to verify your data submission錯誤解決
- 記錄一次一次監聽無法連線的錯誤
- 記一次因為共享變數的犯錯誤變數
- ftp_rawlist: Unable to create temporary file.FTP
- 解決ubuntu系統“XXX is not in the sudoers file”錯誤Ubuntu
- 解決jpa查詢時,Unable to locate Attribute with the the given name錯誤
- Ubuntu 安裝包時提示錯誤E: Unable to locate package mysql-server錯誤 解決辦法UbuntuPackageMySqlServer
- 記一次ionic使用file外掛cordova plugin file的坑Plugin
- 記錄一次homestead意外關閉導致的錯誤
- "Visual Studio Code is unable to watch for file changes in this large workspace"
- dedeCMS 生成時提示 DedeTag Engine Create File False 錯誤False
- 記一次錯誤:無法調起微信分享圖片
- 記一次android app啟動錯誤 Error running :Default Activity not foundAndroidAPPError
- RAC單個節點執行expdp提示ORA-31693 ORA-31617 ORA-19505 ORA-27037錯誤
- command 'gcc' failed with exit status 1錯誤問題的解決辦法GCAI
- SpringMVC錯誤記錄SpringMVC
- 安裝ROS出現 Unable to Correct Problems ‘You have Held Broken Packages’ 錯誤ROSPackage
- 一次ajax請求導致status為canceled的原因小記求導
- Edge崩潰(Edge錯誤程式碼STATUS_ACCESS_DENIED的修復方法)
- docker image rm發生錯誤 Error response from daemon: conflict: unable to remove repository referenceDockerErrorREM
- 記錄一次數字和字串比較時候犯的錯誤字串
- C++錯誤記錄C++
- docker中建立Nginx和php-pfm 報file not find .錯誤。DockerNginxPHP
- 錯誤記錄:apache預設網頁訪問錯誤Apache網頁
- 記:痛苦的排錯之” No input file specified.“
- 一次composer錯誤使用引發的思考
- 記錄 Laravel5.6 中使用 Notification 傳送郵件的一次錯誤Laravel
- Unable to read TLD "META-INF/c.tld" from JAR fileJAR