casa
12-19-02, 10:51
| I need to have the DBI.pm module installed on a UNIX server. My situation: I have some perl scripts that was running successfully on an NT server, but because of a serious security breech, have been moved to a UNIX server. This server has the standard Perl install, but not DBI. The Oracle database will not be moved and resides on a different server. It was not on the breeched NT server either. My Question: Exactly what needs to be installed on my UNIX server in order to access this remote Oracle database with my Perl scripts? |