Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, we started to get an error Error [HY000] [Qlik][OracleOCI] (300) Oracle Caller Interface: ORA-00942 after an upgrade from Qlik April 2021 to May 2022 patch1. This connection worked fine in the past, the tables exists. We managed to find out that the problem is actually having NCLOB data type columns in the DB tables. When we tried to newly re-connect to the DB , the error changed to ORA-00903
When we change the data type to varchar, it all works fine.
Is there any way how to make it work without actually changing to the varchar data type, please?