How to convert BLOB to CLOB in readable format in Oracle PLSQL
While converting BLOB data directly to CLOB data, the converted CLOB data is not in readable format, is there any way to convert BLOB data to BINARY data to CLOB data.
0
While converting BLOB data directly to CLOB data, the converted CLOB data is not in readable format, is there any way to convert BLOB data to BINARY data to CLOB data.