Imagine that you are not authorized to use a CLOB database column in your business. And that you already have tables containing this type of column in production. So one solution you could implement is to convert all CLOB data to VARCHAR2 (4000). In this video we will see an example to explain this approach.
#clob #varchar2 #dataconversion #oracle #database #plsql