Datatype Conversion from Varchar2 to CLOB
Hello All,
Oracle database 19c on RHEL8
We’re planning to convert the datatype for field value in a table from VARCHAR2 to CLOB.
Could you please let me know if we need to consider anything during such conversion, or anything we need to be aware of while using CLOB type instead of VARCHAR2.
Thanks in advance.