PSU 報錯 OUI-67124:Copy failed from
今天上升級oracle10.2.0.4.4,在打PSU補丁的時候遇到如下錯誤
Copy failed from '/backup/oracle_install/9352164/files/lib/libjox10.a' to '/oracle/product/10.2.0/lib/libjox10.a'...
Please verify all applications associated with the Oracle Home '/oracle/product/10.2.0' are shut down. If this is AIX, please perform solution documented in Note 739963.1 on .
Do you want to retry copying the file? [y|n]
User Responded with: Y
意思是複製檔案失敗了,詢問是否重試? 點選Y...最後還是失敗了。
安裝失敗後的提示
The following warnings have occurred during OPatch execution:
1) OUI-67124:Copy failed from '/backup/oracle_install/9352164/files/lib/libjox10.a' to '/oracle/product/10.2.0/lib/libjox10.a'...
2) OUI-67124:Files check failed: Some files under ORACLE_HOME are not patched. Please see log file for details.
經過檢查發現目標檔案已經存在,這就是複製失敗的原因。
/oracle/product/10.2.0/OPatch> ls -l /oracle/product/10.2.0/lib/libjox10.a
-rwxr-xrwx 1 oracle dba 13257611 May 10 2008 /oracle/product/10.2.0/lib/libjox10.a
解決問題很簡單。將已經存在的目標檔案移走,重新執行opatch apply問題解決。
/oracle/product/10.2.0/OPatch> mv /oracle/product/10.2.0/lib/libjox10.a /oracle/product/10.2.0/lib/libjox10.a.old
/oracle/product/10.2.0/OPatch> ./opatch apply /backup/oracle_install/9352164/
這個問題我遇到不多,還以為是什麼疑難雜症,沒想到解決如此容易。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29047826/viewspace-1678649/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [重慶思莊每日技術分享]-psu報錯“CheckActiveFilesAndExecutables” failedAI
- Oracle 11G PSU 31326410 PSU apply failed 處理-拾億OracleAPPAI
- mysql 8 報錯 ERROR 1872 (HY000): Slave failed to initialize relay log info structure from the repositoryMySqlErrorAIStruct
- zabbix報錯fping failed:no outputAI
- OGG Director報錯 Connection FAILEDAI
- How To Copy Any Text To Clipboard From Terminal In UbuntuUbuntu
- PHP composer 報錯 certificate verify failedPHPAI
- IDEA 報錯Failed to load JVM DLLIdeaAIJVM
- SQLServer映象報錯Connection handshake failedSQLServerAI
- weblogic報錯: OPatch failed with error code 73WebAIError
- laradock 執行報錯 Service 'workspace' failed to build:AIUI
- Linux 報錯Certificate verification failed: The certificate is NOT trusted.LinuxAIRust
- PSQLException: ERROR: failed to find conversion function from unknown to charSQLExceptionErrorAIFunction
- Failed to read auto-increment value from storage engineAIREM
- 報錯:TestEngine with ID ‘junit-jupiter‘ failed to discover testsAI
- ElasticSearch啟動報錯 ERROR: [4] bootstrap checks failedElasticsearchErrorbootAI
- cadvisor報錯failed to collect filesystem stats- rootDiskErr: du command failed on /rootfs/var/lib/docAI
- MySQL主從複製報錯:Got fatal error 1236 from master when reading data fromMySqlGoErrorAST
- 啟動IDEA 報 failed to load jvm dll XXX 錯誤IdeaAIJVM
- Vue 啟動專案報錯 Failed to compile with 2 errorsVueAICompileError
- jpa報錯 Failed to initialize JPA EntityManagerFactory: Unable to instantiate default tuplizerAI
- SQLServer搭建域控下映象報錯Connection handshake failedSQLServerAI
- 上傳報錯:Upload Failed: Your upload has failed a virus scan. Please choose another file.AI
- Copy of a Copy of a Copy
- MySQL報錯Slave: received end packet from server, apparent master shutdownMySqlServerAPPAST
- tomcat新增專案報錯:There are no resources that can be added or removed from the serverTomcatREMServer
- 【PSU】Oracle打PSU及解除安裝PSU(單例項)Oracle單例
- python from import 出錯PythonImport
- imagick使用readImage報錯 Failed to read the file 或者沒有報錯內容的解決方法AI
- nginx 報錯 accept4 () failed (24: Too many open files)NginxAI
- Installation failed with message INSTALL_FAILED_USER_RESTRICTED錯誤AIREST
- iOS開發除錯之報錯:Command /usr/bin/codesign failed with exit code 1iOS除錯AI
- pycharm出現Git Pull Failed: Could not read from remote repository.PyCharmGitAIREM
- openGauss Copy介面支援容錯機制
- openGauss/MOGDB Copy支援容錯機制
- 解決docker啟動映象報錯:docker: Error response from daemonDockerError
- 呼叫https介面時報錯:PKIX path building failed 的問題HTTPUIAI
- IDEA啟動時報Failed to create JVM錯誤的解決IdeaAIJVM
- 報錯install_driver(mysql) failed: Attempt to reload DBD/mysql.pmMySqlAI