Oracle PL/SQL: Performance of CLOB data type in PL/SQL
- by drupalspring
If I use many CLOB variables in the PL/SQL stored procedure to store many long length string , are there any performance issues? Is the length of the CLOB is also variable? Are there any known limitations/disadvantages for CLOB instead using varchar2 and long?