Click to See Complete Forum and Search --> : problems with clob and blob


james19
05-15-2008, 08:12 AM
are their any disadvantages with using clob and blob datatypes?????? what alternatives are their???

chazzy
05-15-2008, 09:10 AM
it all depends on what you're trying to do with binary large objects and character large objects?

james19
05-15-2008, 10:26 AM
what if I want to add an image??? what other things can i use them for????

chazzy
05-15-2008, 04:31 PM
they're used for any binary/character objects. not just images. most people try to dissuade from storing images in the DB. there's usually other ways.