EXECUTE IMMEDIATE STATMENT PASSING CLOB VARIABLE TYPE
678289Jan 5 2009 — edited Jan 21 2009Hi,
We have writen a package to build a a string in CLOB variable and pased it through DYNAMIC sql statment. It work file when there are less than 72000 characters in the club varaible. But when it is over 72000 characters, the dynamic execute statement failed over with ther error message of invalid data type.
Can you please help why it can only handle 72,000 characters instead of 2GB of data.
Bill.