>
> 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.
You didn't mention it, but:
Are you using MSVC 6.0 SP3 to compile?
If you are using a different compiler or even SP4 (or above), you will
have significant problems.
You need to backup to SP3 or use pre-compiled modules which were
compiled with the correct compiler.
Jeff