CLOB and NCLOB can both be used to store 4 GB of data in the database.
CLOB (Character Large Object) is used specifically to store character set data whole (single-byte character
set data).
NCLOB (National Large Object) is specifically used to store Unicode national character set data(multiple characters sets.)