I have some infrequent NullPointerException with the com.oracle.database.jdbc:ojdbc11:21.7.0.0 driver with the following root cause, when preparing a simple select query:
Caused by: java.lang.NullPointerException: Cannot read field "m_oraCharLevel1" because "<local1>" is null
at oracle.jdbc.driver.DynamicByteArray$1.run(DynamicByteArray.java:978)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
at oracle.jdbc.driver.DynamicByteArray.<clinit>(DynamicByteArray.java:955)
Where can I report this issue?