Extra fixes on top of 10.2.0.3 for Linux 32 bit
NOTE: this is NOT NEEDED when installing with OH cloning using the most current image in pdb backup
- Bug 5722352 - INIT.CSSD CAUSING SYSTEM LOG FILE FLOODED AFTER 10.2.0.3 CSR INSTALLATION (rolling)
- Patch 5705795 MANY CHILD CURSORS CREATED FOR AMAZON-LIKE WORKLOAD IN 10.2.0.3 (not rolling)
- Patch 5602452 STREAMS RECOVERY WITH RMAN/ASM - CAPTURE STUCK IN 'DICTIONARY INITIALIZATION'
Bug 5722352
- Note: this is a workaround from Oracle support , before the definitive patch comes out
- copy locally (on all nodes) from pdb backup (oracle_binaries) the patch file: Bug5722352_init.cssd
.. stop the DB and and ASM with srvctl
sudo bash
crsctl stop crs
cp Bug5722352_init.cssd /etc/init.d/init.cssd
..continue with the next patch
Patch 5705795
- Note: If this is a new install, use cloning with the newer image which contains this fix already, as specified in the installation procedure
- copy locally (on all nodes) from pdb backup (oracle_binaries) the patch file: p5705795_10203_LINUX.zip
unzip p5705795_10203_LINUX.zip
cd 5705795
$ORACLE_HOME/OPatch/opatch apply -local
..repeat on all nodes (do not use cluster opatch install)
Patch 5602452
- Note: this patch is only required on the master database (capture side) in a Streams environment
- copy locally (on all nodes) from pdb backup (oracle_binaries) the patch file: p5602452_10203_LINUX.zip
unzip p5602452_10203_LINUX.zip
cd 5602452
$ORACLE_HOME/OPatch/opatch apply -local
..repeat on all nodes (do not use cluster opatch install)
Restart services