Thilo Solbrig
Thilo Solbrig
Hi Thorsten, I came across the issue with `configure_oracle_sudo=true` set and `role_separation` left default, which is `false`. So, no, it's not the exact same issue. To explain it a bit...
Hi Thorsten, what does `fips-mode-setup --check` return for your test setup? If it's not `FIPS mode is enabled.` there likely isn't a fully FIPS enabled system. In my opinion, FIPS...
Implemented by: https://github.com/oravirt/ansible-oracle/pull/451
Would be fixed by https://github.com/oravirt/ansible-oracle/pull/483
Hi Thorsten, Yes, you're basically right. The issue with combo patches could easily be worked around by setting the `creates:` attribute. Thanks for pointing this out. Anyway, removing the `README.txt`...
Hello Talek, I cannot reproduce the error but at least I can reproduce the type change to "str". I'm looking into it and try to rewrite it in a more...
Sorry for the delay, Thorsten. I guess there actually is a bug in the "ps" command checking if the listener is running from the home to be patched. Doesn't it...
...and just one more question: Did I overlook something in oraswdb_manage_patches or are databases intentionally left down after patching?
Thanks for the quick response. So that was the point I actually overlooked. I'm going to use opatch.yml now.