Page 1 of 1

TOraSQL output...

Posted: Wed 26 Aug 2009 15:07
I am wanting to output PL/SQL results using the TOraSQL component... Currently, I have one that calls DBMS_OUTPUT.GET_LINE(:RET_VALUE, :RET_STATUS); to return DBMS_OUTPUT to a parameter... The problem is, I'm limited on size...

ORU-10027: buffer overflow, limit of 1000000 bytes

Is there a way around this?

Thank you.

Posted: Thu 27 Aug 2009 07:24
by Plash
The maximum size of the ftString parameter can be 32767. You need to set the Size property of the RET_VALUE parameter to a value that will be large enough.