Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Exachck after Patching with latest SAP SBP (April 2016) - Error: FAIL => Oracle database does not me

Chiara Scarafiotti-OracleDec 13 2016 — edited Dec 14 2016

Hi all,

I opened a SR on the subject but we are looping.

In my customer we patched last week the SAP database with the latest SBP available (certified by Oracle and SAP) and also NON SAP DBs with latest "regular" bundle patch..

The patching went well, however afterwards by running the exachck we got the below error only on the SAP DB:

See below the two outputs when Non SAP and SAP OH were involved.

NON SAP:
Status on dm01db01:/u01/app/oracle/product/12.1.0.2/dbhome_5:
PASS => Oracle database meets certified platinum configuration for /u01/app/oracle/product/12.1.0.2/dbhome_5
DATA FROM DM01DB01 - /U01/APP/ORACLE/PRODUCT/12.1.0.2/DBHOME_5 DATABASE_HOME - ORACLE DATABASE VERSION VERIFICATION FOR PLATINUM CERTIFICATION
bundle patch version = 12102160419

SAP:
Status on dm01db01:/oracle/PBW/121:
FAIL => Oracle database does not meet certified platinum configuration
DATA FROM DM01DB01 - /ORACLE/PBW/121 DATABASE_HOME - ORACLE DATABASE VERSION VERIFICATION FOR PLATINUM CERTIFICATION
bundle patch version = DATABASE

---> The tool executed  the following two commands and we have two different outputs:

NON SAP OH:
[oracle@dm01db01 tmp]$ opatch_output=$($ORACLE_HOME/OPatch/opatch lspatches 2>&1)
[oracle@dm01db01 tmp]$ echo $opatch_output
19285025; 23006522;OCW Interim patch for 23006522 22806133;DATABASE BUNDLE PATCH: 12.1.0.2.160419 (22806133) OPatch succeeded.
[oracle@dm01db01 tmp]$ echo "bundle patch version = $bundle_patch_version"
bundle patch version = 12102160419

SAP OH:
[oracle@dm01db01 tmp]$ . oraenv
The Oracle base remains unchanged with value /u01/app/oracle
Resetting ORACLE_BASE to its previous value or ORACLE_HOME
The Oracle base remains unchanged with value /u01/app/oracle
[oracle@dm01db01 tmp]$ opatch_output=$($ORACLE_HOME/OPatch/opatch lspatches 2>&1)
[oracle@dm01db01 tmp]$ echo $opatch_output
======================================================== GENERIC OPATCH VERSION - FOR USE IN SAP ENVIRONMENT ONLY ======================================================== 12943305; 13687511; 18079311; 18549042; 18759589; 18841764; 18967645; 19383839; 19691575; 19942058; 19957298; 20428621; 21091518; 21184223; 21229252; 21231656;SAP SPECIFIC ORACLE DATABASE IN-MEMORY ADVISOR 21282605; 21930149; 21972664; 22223463; 22819075; 22877347; 22967807; 23124451; 23242092; 23275392; 9458152;SBP 12.1.0.2.160419 201605V3 for Exadata 9584028;SAP SPECIFIC ORACLE DATABASE UPGRADE SCRIPTS 9656644;SAP SPECIFIC ORACLE DATABASE VAULT SCRIPTS 23320288;OCW Interim patch for 23320288 22806133;DATABASE BUNDLE PATCH: 12.1.0.2.160419 (22806133) 18936769; 19396455; 19897084; 20394622; 20599273; OPatch succeeded.
[oracle@dm01db01 tmp]$ echo "bundle patch version = $bundle_patch_version"
bundle patch version = DATABASE

°°°°°°°°°°°°°°°°°

Any ideas?

Thank you

Chiara Scarafiotti - Oracle ACS TAM

This post has been answered by andy.colvin on Dec 13 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 11 2017
Added on Dec 13 2016
9 comments
1,302 views