11gR2 : EXECUTE IMMEDIATE and MAX SIZE STRING
Hi ,
I would like to understabnd why :
execute immediate 'string_33K' ; -- doesn't work but
execute immediate 'string_32K_first'||'string_32K_second' ; -- works good !
What about using DBMS_SQL and CLOB ?
Best regards.
GD.
0