to_clob converts NCLOB values in a LOB column or other
character strings to CLOB values. char can be any of the
datatypes CHAR, VARCHAR2, NCHAR, NVARCHAR2, CLOB, or NCLOB. Oracle
executes this function by converting the underlying LOB data from the
national character set to the database character set.