I have a very large sql query that I'm trying to prepare (lots of union alls).
The problem is that if the prepare fails due to an SQL syntax error, perl hangs (and since I'm running this for a CGI the browser just sits there waiting). I'm running windows 2000 server, apache, oracle 8i, activeperl 5.61, and using DBI and DBD-oracle. Some other interesting things: - it does print to the error log - it always seems to hang when it hits about 10 MB of memory usage any ideas? thanks, J _______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activeperl
