Hi,
I am using the Spring framework using the org.springframework.jdbc.support.lob.OracleLobHandler as a
jdbc driver. I am using Oracle as a database.
I am having the CLOB as a datatype in our database. This field contains some values when i tring to fetch from this column this is returning as null.
This field doesn't return anything.
When i see in the database it has values.
Please help me to resolve this issue.
Is any database setting is required. because i created the tablespace for the CLOB Object