I installed the DBI and DBD::Oracle modules on a server by copying all the required files from my workstation. I had originally used the files that I had pulled from ActiveState via ppm. When I encountered issues (DBD::Oracle is old on ActiveState), I downloaded the latest from CPAN and compiled it manually with nmake.
I can connect to the database and issue request through dbish, but when I try to execute fetchrow_hashref in the script, it just quits without any error message. I found out that I am geting a Signal SEGV on NT through the Perl debugger. I couldn't find anything meaningful with DBI tracing on, but can supply a trace dump if necessary. Note that I am using Oracle 9.2.0.1 on Windows 2000 Server. Thanks! Richard Michaud
