溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

RHEL6.8_X86_RAC平臺升級補丁報錯處理

發(fā)布時間:2020-06-29 14:16:42 來源:網(wǎng)絡(luò) 閱讀:769 作者:jason_125 欄目:關(guān)系型數(shù)據(jù)庫

RHEL6.8_X86_RAC平臺升級補丁報錯(11204.7)

報錯1

2016-09-23 05:27:33: The apply patchoutput is Oracle Interim Patch Installer version 11.2.0.3.10

 Copyright (c) 2016, Oracle Corporation.  All rights reserved.

 Oracle Home       :/u01/app/oracle/product/11.2.0/dbhome_1

 Central Inventory : /u01/app/oraInventory

   from           :/u01/app/oracle/product/11.2.0/dbhome_1/oraInst.loc

 OPatch version    : 11.2.0.3.10

 OUI version       : 11.2.0.4.0

 Log file location :/u01/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/opatch3016-09-23_05-27-26AM_1.log

 

 Verifying environment and performingprerequisite checks...

 Prerequisite check "CheckActiveFilesAndExecutables"failed.

 The details are:

 

 Following executables are active :

 /u01/app/oracle/product/11.2.0/dbhome_1/lib/libclntsh.so.11.1

 UtilSession failed: Prerequisite check"CheckActiveFilesAndExecutables" failed.

 Log file location:/u01/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/opatch3016-09-23_05-27-26AM_1.log

 

 OPatch failed with error code 73

 

2016-09-23 05:27:33: patch/tmp/20996923/20760982  apply failed  for home /u01/app/oracle/product/11.2.0/dbhome_1

 

解決:升級之前把所有的sqlplus關(guān)掉,不然報錯。

報錯2

[root@db1 tmp]#/u01/app/11.2.0/grid/OPatch/opatch auto /tmp/21523375 -ocmrf /tmp/ocm.rsp

Executing/u01/app/11.2.0/grid/perl/bin/perl/u01/app/11.2.0/grid/OPatch/crs/patch21203.pl -patchdir /tmp -patchn 21523375-ocmrf /tmp/ocm.rsp -paramfile/u01/app/11.2.0/grid/crs/install/crsconfig_params

 

This is the main log file:/u01/app/11.2.0/grid/cfgtoollogs/opatchauto2016-09-24_15-02-14.log

 

This file will show your detectedconfiguration and all the steps that opatchauto attempted to do on your system:

/u01/app/11.2.0/grid/cfgtoollogs/opatchauto2016-09-24_15-02-14.report.log

 

2016-09-24 15:02:14: StartingClusterware Patch Setup

Using configuration parameter file:/u01/app/11.2.0/grid/crs/install/crsconfig_params

The opatch Component check failed. Thispatch is not applicable for /u01/app/oracle/product/11.2.0/dbhome_1

The opatch Component check failed. Thispatch is not applicable for /u01/app/oracle/product/11.2.0/dbhome_1

Conflict check failed for oraclehome /u01/app/oracle/product/11.2.0/dbhome_1

Conflict check failed

ERROR: Conflict-Check has failed .Please refer to/u01/app/11.2.0/grid/cfgtoollogs/opatchauto2016-09-24_15-02-14.log for details

 

opatch auto failed.

[root@ckrydb1 tmp]#

解決方法

按照提示查看日志,發(fā)現(xiàn)以下目錄oracle用戶無權(quán)限,修改對應(yīng)目錄權(quán)限,確保兩節(jié)點該目錄均有權(quán)限。

[root@db1 grid]# ls -ldcfgtoollogs/

drwx------ 7 grid oinstall 4096 Sep 2415:08 cfgtoollogs/

[root@db1 grid]# chmod 775cfgtoollogs

[root@db1 grid]#

[root@db1 grid]# ls -ldcfgtoollogs/

drwxrwxr-x 7 grid oinstall 4096 Sep 2415:08 cfgtoollogs/

[root@db1 grid]#


報錯3

RMAN恢復(fù)數(shù)據(jù)庫啟動數(shù)據(jù)庫至nomount狀態(tài)報錯

RMAN-04014: startup failed: ORA-00845:MEMORY_TARGET not supported on this system

 

解決:memory_target 不能大于/dev/shm


向AI問一下細節(jié)

免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI