Empty string is not converted to null in JDBC 19c
(Doc ID 2804215.1)
Last updated on OCTOBER 08, 2022
Applies to:
JDBC - Version 19.7 and laterInformation in this document applies to any platform.
Symptoms
When calling a stored procedure with fixed-size CHAR type, for example:
In JDBC 11.2, empty string ("" ) input is converted to null, but in JDBC 19c, it is converted to 8 white space。
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |