Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Where do I report this JDBC driver NullPointer issue?

Patrick ReinhartSep 23 2022

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?

Comments
Post Details
Added on Sep 23 2022
2 comments
1,120 views