Applying JVM patch in oracle 12c RAC DBACLASS
Applying JVM patch in oracle 12c RAC, stop the crs on both the nodes and then..
oracle clusteringintermediate
by OracleDba
11 views
Applying JVM patch in oracle 12c RAC, stop the crs on both the nodes and then..
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
srvctl stop database -d B2CPRE
SQL> startup upgrade
ORACLE instance started.
Total System Global Area 2.4159E+11 bytes
Fixed Size 7650192 bytes
Variable Size 2.0831E+11 bytes
Database Buffers 3.2212E+10 bytes
Redo Buffers 1066090496 bytes
Database mounted.
Database opened.
$ORACLE_HOME/OPatch/datapatch -verbose
SQL Patching tool version 12.1.0.2.0 on Sun Aug 14 18:19:27 2016
Copyright (c) 2016, Oracle. All rights reserved.
Log file for this invocation: /oracle/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_47513_2016_08_14_18_19_27/sqlpatch_invocation.log
Connecting to database...OK
Bootstrapping registry and package to current versions...done
Determining current state...done
Current state of SQL patches:
Patch 22674709 (Database PSU 12.1.0.2.160419, Oracle JavaVM Component (Apr2016)):
Installed in the SQL registry only
Patch 23177536 (Database PSU 12.1.0.2.160719, Oracle JavaVM Component (JUL2016)):
Installed in the binary registry only
Bundle series PSU:
ID 160719 in the binary registry and ID 160719 in the SQL registry
Adding patches to installation queue and performing prereq checks...
Installation queue:
The following patches will be rolled back:
22674709 (Database PSU 12.1.0.2.160419, Oracle JavaVM Component (Apr2016))
The following patches will be applied:
23177536 (Database PSU 12.1.0.2.160719, Oracle JavaVM Component (JUL2016))
Installing patches...
Patch installation complete. Total patches installed: 2
Validating logfiles...
Patch 22674709 rollback: SUCCESS
logfile: /oracle/app/oracle/cfgtoollogs/sqlpatch/22674709/20077446/22674709_rollback_B2CPRE_2016Aug14_18_20_48.log (no errors)
Patch 23177536 apply: SUCCESS
logfile: /oracle/app/oracle/cfgtoollogs/sqlpatch/23177536/20400009/23177536_apply_B2CPRE_2016Aug14_18_21_42.log (no errors)
SQL Patching tool complete on Sun Aug 14 18:21:42 2016
alter system set cluster_database=true scope=spfile;
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
- start the database
srvctl start database -d B2BCRMPD
SQL> select patch_id,status,description,action from dba_registry_sqlpatch;
PATCH_ID STATUS DESCRIPTION ACTION
---------- --------------- ---------------------------------------------------------------------------------------------------- ---------------
22291127 SUCCESS Database Patch Set Update : 12.1.0.2.160419 (22291127) APPLY
22674709 SUCCESS Database PSU 12.1.0.2.160419, Oracle JavaVM Component (Apr2016) APPLY
23054246 SUCCESS Database Patch Set Update : 12.1.0.2.160719 (23054246) APPLY
22674709 SUCCESS Database PSU 12.1.0.2.160419, Oracle JavaVM Component (Apr2016) ROLLBACK
23177536 SUCCESS Database PSU 12.1.0.2.160719, Oracle JavaVM Component (JUL2016) APPLYPlease to add comments
No comments yet. Be the first to comment!