Support for OL9 in 19c + prapatch in oraswdb_install #469
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is is big PR which adds support for OL9 to
ansible-oracle
.It includes a lot of changes for that:
oraswdb_install
This shows the usage of the new feauture. It is not tested against a OL9 Vagrantbox yet..
The prapatch Installation could be tested with molecule against a OL9 docker image.
Warning! The opatch in
runInstaller
checks for configured swap in OS. The dockerhost needs a resonable swap configuration forrunInstaller
execution. The assert for swap is not working in a container and disabled there. The internal check inopatch
could not be disabled...Needed some changes for
dbfs-ol9
.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 attributepath
together. This is limited to environments withpatch_before_rootsh: false
.The following variables are mandatory to enable the support:
This PR will solve the Issue #390 for missing OL9 support.
closes #390