• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

clob and blob

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i do not know about character large object as well as binary large object.how these are related with jdbc?

kindly guide me with proper answer!


thanks
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai BLOB and CLOB are used for Storing the Large Objects in a Database Table.
BLOB -> Binary Large Object
CLOB -> Character Large Object

You can define any cloumn in a Table as BLOB or CLOB. Only one Column will be allowed as BLOB or CLOB in a Table.
 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any idea how to display the content of the blob in a jsp. I don't know what is being stored in the blob ?
 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Swosti Dipan Pal:
Any idea how to display the content of the blob in a jsp. I don't know what is being stored in the blob ?



As I think, the blob is a file stroed in the oracle. For example, image,wav,and Etc.
 
reply
    Bookmark Topic Watch Topic
  • New Topic