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

Troubleshooting SSH Issues in Vagrant (Oracle Linux 9)

  Troubleshooting SSH Issues in Vagrant (Oracle Linux 9) This guide outlines the steps to resolve SSH authentication errors, such as "N...