<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3132" name=GENERATOR></HEAD>
<BODY>
<DIV>
<DIV><SPAN class=496340316-19062007><FONT face=Courier>Hello 
Everyone,</FONT></SPAN></DIV>
<DIV><SPAN class=496340316-19062007><FONT 
face=Courier></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=496340316-19062007><FONT face=Courier>I have a large program 
that loops through approximately 150 rows of data from an Oracle database using 
Perl DBI.&nbsp; Within each row of data the program performs further actions 
like logging on to a different database (Netezza using ODBC driver)&nbsp;to 
gather further information then writing to yet another database.&nbsp; I am 
making sure that $sth-&gt;finish() and $dbh-&gt;disconnect are being used 
appropriately where necessary.&nbsp; Everything seem to be checking out, but at 
this very same row of data, I always get a core dump while attempting to logon 
to the same database to which I was&nbsp;connecting and disconnecting&nbsp;in 
the previous steps.&nbsp; So I turned on the Perl debug to step through the each 
row.&nbsp; At the very same row, I get the following error from 
Perl.</FONT></SPAN></DIV>
<DIV><SPAN class=496340316-19062007><FONT 
face=Courier></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=496340316-19062007><FONT face=Courier>&nbsp; DB&lt;19&gt; 
c<BR>main::sub_exit(/usr/local/apps/common/devl/bin/GlobalRoutines.pm:551):<BR>551:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
print STDERR "***** sub_exit() begins. *****\n\n";<BR>100 levels deep in 
subroutine calls!</FONT></SPAN></DIV>
<DIV><SPAN class=496340316-19062007><FONT 
face=Courier></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=496340316-19062007><FONT face=Courier>Is this strictly a Perl 
debug error message or is this a generic Perl error message?&nbsp; Is there a 
way around this limitation?&nbsp; I saw something while searching on the 
Internet about setting the $DB::deep to a higher number.</FONT></SPAN></DIV>
<DIV><SPAN class=496340316-19062007><FONT 
face=Courier></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=496340316-19062007><FONT face=Courier>I hope you can shed some 
light for me.</FONT></SPAN></DIV>
<DIV><SPAN class=496340316-19062007><FONT 
face=Courier></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=496340316-19062007><FONT 
face=Courier>Thanks.</FONT></SPAN></DIV>
<DIV><SPAN class=496340316-19062007><FONT 
face=Courier></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=496340316-19062007><FONT 
face=Courier>Peter</FONT></SPAN></DIV></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>