I changed my code to return a smaller value, which worked fine. My example used about 15 tables out of my schema, so it'd be difficult to demonstrate for you. I'm new to Oracle - can you name a system view or table that would return a *lot* of data that I can write a SQL statement against?
-Brian
Hi,
I'm having a strange problem with PL/SQL Developer. I'm executing a SQL statement in a SQL Window that creates a large XML document, and returns it into a CLOB. As I add to this statement, the returned XML gets larger. At a certain point the program just crashes (disappears actually -...