Oracle PL/SQL: Performance of CLOB data type in PL/SQL

Posted by drupalspring on Stack Overflow See other posts from Stack Overflow or by drupalspring
Published on 2010-04-14T07:25:17Z Indexed on 2010/05/30 1:12 UTC
Read the original article Hit count: 389

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about plsql

Related posts about clob