Re: Perl/Oracle on Win32

2001-06-04 Thread Tim Gardner
Jasper Yue This doesn't answer your question, but I always use DBD::ODBC for oracle on win32. Tim >Do you know where I can get help having DBD-Oracle module >be installed on Win32 systems? > >I'm trying to use Perl to access Oracle database from Windows >servers? > >Thanks >-- >Jasper Yue

memory leak with dbi and mod_perl

2001-03-18 Thread Tim Gardner
I am having a problem maintaining a dbh handle between database calls. If I disconnect immediately after every query _WITHIN_ the same routine which makes the query, there is no leak, but if I store the $dbh obtained from connect and then disconnect outside of the routine, I leak memory under