Difference between CLOB and BLOB from DB2 and Oracle Perspective?

后端 未结 3 1792
既然无缘
既然无缘 2021-01-29 22:50

I have been pretty much fascinated by these two data types. According to Oracle Docs, they are presented as follows :

BLOB : Variable-l

3条回答
  •  甜味超标
    2021-01-29 23:30

    BLOB is for binary data (videos, images, documents, other)

    CLOB is for large text data (text)

    Maximum size on MySQL 2GB

    Maximum size on Oracle 128TB

提交回复
热议问题