(2) questions about output of oakcli update -patch 2.7.0.0.0 --verify
Hi ODA Community,
We patched ODA from 2.6 to 2.7.
1) My primary question is that the output for RDBMS from oakcli shows the db_home at 11.2.0.3.7;
" DB_HOME 11.2.0.3.7(16619892, 16742216) Up-to-date"
But sqlplus 'banner' does not reflect this, why?
"
SQL*Plus: Release 11.2.0.3.0 Production on Mon Jan 20 10:40:09 2014
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the OLAP and Real Application Testing options
"
Additionally I see 11.2.0.3.7 reflected in registry$history using;
select BUNDLE_SERIES,ACTION ,NAMESPACE,VERSION,ID,COMMENTS from registry$history;
BUNDLE_SERIES ACTION NAMESPACE VERSION ID COMMENTS
PSU APPLY SERVER 11.2.0.3 6 PSU 11.2.0.3.6
PSU APPLY SERVER 11.2.0.3 7 PSU 11.2.0.3.7
0