Character Large Object - data type used in Oracle and IBM DB2 RDBMSes to store strings of character longer than 4000 bytes.
According to the documents I've read, the default storage for a CLOB or BLOB is inline, which means that if …
performance oracle blob inline clobUsing NHibernate 3.1 with both SQL Server and Oracle DBs, we need to store a text string that is longer than 4000 …
oracle nhibernate text clob lob