Oracle Package inside a CLOB with length > 32767 characters. How to “execute immediate” it? [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed last year . Please suppose that I have a package creation script stored inside a table ALPHA, in a column BETA of type CLOB. The CLOB length is > 32767 characters. Using PL/SQL code, I would like to "execute immediate" the package creation script. I could I achieve this? Thank you in advance