I'm building a string ( for a create table ) and declared it as a varchar2(32767). I've been told that the max of varchar2 can be 2000.
If so this will be the problem but I'm not sure about this.

After buiding the string I give an "execute Immediate" on it . can this statement handle such a long string??

Please let me know

Regards GKramer.