Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Difference between CLOB and BLOB

knayam247Feb 26 2007 — edited Feb 26 2007
Hey all,

I wanted to find if there any significant differences between the Oracle CLOB and BLOB datatypes. I currently have a couple of tables that contain columns of CLOB datatype. I have been notified of a proposal to change those datatypes to BLOB and find out what impact that would have on the the loading procedures we have on hand. I have two procedures, one that loads data from xml files into the several database tables and one that loads csv files into them. Both of these procedures, when executed, will load the tables and out of all the fields that will be populated, there are a few that will be loaded with quite a bit lines of text. These fields currently are set to CLOB and I am to analyze how changing them to BLOB will affect the procedures and loading. What are the main differences between these two data types that can drive conversion from one to the other?

Any feedback would be appreciated. Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 26 2007
Added on Feb 26 2007
3 comments
10,590 views