hi,
We are developing an applications that uses a large select clause.
We return the values in arrays of 200.
When i added a new column to a table, that we select from, we got stack overflow.
When we decreased the array size to 150 it worked fine.
Anyone has an idea on how to maintain selecting the values in arrays of 200 and not getting errors ??
by the way we are using Oracle 8.0.4 on Solaris.

Thanks a lot,
R.