My Oracle Support Banner

Method Weblogic.jdbc.rowset.CachedRowSetImpl::getBoolean() Always Returns False (Doc ID 1926114.1)

Last updated on JUNE 13, 2023

Applies to:

Oracle WebLogic Server - Version 10.3.6 and later
Information in this document applies to any platform.

Symptoms

Below we are describing the problem in a simplified way just to demonstrate them.

We are using the class weblogic.jdbc.rowset.CachedRowSet to access an Oracle database table.
The table have a char(1) field that store only '0' or '1' characters (true or false).
When we use the method weblogic.jdbc.rowset.CachedRowSetImpl.getBoolean() to get the values from this table, the method always returns false regardless whether the value stored in the field is "0" or "1".

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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.