what's max SQL string length for statement execution?
413268Jan 23 2004 — edited Jan 23 2004what's the max SQL string length for a statement execution?
I have an application that dynamically executes SQL based upon user input. However, my customers are experiencing errors executing SQL statements that are over 4K in string length, for a SQL SELECT statement.
Can anyone provide the max length of a SQL string that can be executed against an Oracle server? Specifically, Oracle 9.0.1.
If the max length is different for differing versions of the Oracle JDBC driver or Oracle servers, please indicate the differences.