oravirt / ansible-oracle

Oracle related stuff. Installs RAC/RAC One Node/Single Instance
MIT License
346 stars 249 forks source link

Support for OL9 in 19c + prapatch in oraswdb_install #469

Closed Rendanic closed 2 months ago

Rendanic commented 2 months ago

This is is big PR which adds support for OL9 to ansible-oracle.

It includes a lot of changes for that:

Important! You have to apply the patches during prepatch installation for 19c on OL9. You need a valid CSI to download the patches from https://support.oracle.com. Do not use ZIP-Archives in db_homes_config with attribute path together. This is limited to environments with patch_before_rootsh: false.

The following variables are mandatory to enable the support:

apply_patches_db: true
patch_before_rootsh: true

This PR will solve the Issue #390 for missing OL9 support.

closes #390