> What is the maximum size of a SQL statement that the DBD::ORACLE and DBI can
> handle? I have a select statement that is 2183 character long, it fails in
> the execute phase. That is to say the prepare works fine, yet the execute
> produces and error ( the error is that the SYSTEM table fails on an extend.
> Yes, I have add 700 MB more to the SYSTEM table and I still get the error.
> The error occurs on the very first pass, even before I try to do a fetch.)
>
> Thanks for the help.
I don't know the max spec for a DBD::Oracle SQL statement. If it's
just a select statement, why not try it out first in sql*plus? That
way you'd know if it was the statement or DBD::Oracle that's the
source of the problem.
--
Michael Kieras
email: [EMAIL PROTECTED]
web: http://www-unix.oit.umass.edu/~michael/