From checkmk-werks-lvl1@lists.checkmk.com Thu Aug 17 12:04:55 2023 From: Checkmk werks level 1 To: checkmk-werks-lvl1@lists.checkmk.com Subject: Checkmk Werk 16023: Use oracledb over cx_Oracle module for Oracle DB in check_sql Date: Thu, 17 Aug 2023 14:04:53 +0200 Message-ID: <1692273893.245547.3377428.nullmailer@review.lan.tribe29.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6189617525336111927==" --===============6189617525336111927== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable ID: 16023 Title: Use oracledb over cx_Oracle module for Oracle DB in check_sql Component: Checks & agents Level: 1 Class: Bug fix Version: 2.3.0b1 The python module cx_Oracle is replaced by oracledb to support Python 3.11 for Oracle database c= hecks with the check_sql active check. In order to use the check_sql with an Oracle DB it is now necessary to instal= l the oracledb python package with: C+: python3 -m pip install oracledb --upgrade C-: --===============6189617525336111927==--