• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Oracle9i CLOB Field retrieving nothing (null)

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
reply
    Bookmark Topic Watch Topic
  • New Topic