Oracle 19c bundle patch update
Install new versions of OPatch and MOPatch by replacing binaries. Actual versions should be included inside the patch so you can just extract them to $ORACLE_HOME. Example of UNIX commands: rm -Rf $ORACLE_HOME/OPatch rm -Rf $ORACLE_HOME/MOPatch unzip -qd $ORACLE_HOME /oracle/stage/SAP_102048_201107_HPUXIA64.zip 'SAP_102048_201107/OPatch/*' unzip -qd $ORACLE_HOME /oracle/stage/SAP_102048_201107_HPUXIA64.zip 'SAP_102048_201107/MOPatch/*' Stop all SAP and Oracle processes. Example of UNIX commands: stopsap all lsnrctl stop Installation steps Install SAP bundle patch with MOPatch tool. Example of UNIX commands: cd /oracle/stage /bin/sh $ORACLE_HOME/MOPatch/mopatch.sh -v -s SAP_102048_201107_HPUXIA64.zip Startup database by running following SQL command: startup Execute SQL script catsbp.sql which was delivered with database binaries by running following SQL command: @?/sapbundle/SAP_102048_201107/catsbp.sql Run catbundle.sql. While executing this step “_*_SPARE_PARAMETER” p...