Thursday, December 18, 2025

MSSQL vs Oracle on patching the binary before installing them

 Slipstream in MSSQL:  Apply CU on SQL binary even before setting up the instance


cd <Downloaded SQL binary path>\

setup.exe /Action=Upgrade /UpdateEnabled=True /UpdateSource="<path of downloaded CU>"


You do the same in oracle using..


./runInstaller -applyRU <RUBinary> -applyOneOffs <oneoff1>,<oneoff2> etc...


All these helps in applying the fix while an upgrade is attempted. So you dont need any workarounds :)

No comments:

Post a Comment

OGG 26ai setup on a remote server rather than on the oracle db server

  OGG 26ai setup on a remote server rather than on the oracle db server VM setup:  Oracle Linux 8. already there with no oracle binding. Set...