Hi,
I have a OracleXE 21c installation at Windows Server 2019 and want to monitor database by check_MK.
Everything works with another Windows Server 2019 with OracleXE 18,
but not with this new Windows Server. Check_mk agent gets no database results.
I followed configuration instructions https://docs.checkmk.com/latest/de/monitoring_oracle.html
- user C##USER created
- alter user C##USER set container_data=all container=current;
- grant select_catalog_role to C##USER container=all;
- grant create session to C##USER container=all;
Does anyone have experience with check_mk and Oracle XE21c on a windows Server?
Best regards
C. Klug