What is DBI and DBD::Oracle and where can one get it from?
Submitted by admin on Sun, 2005-11-06 02:46.
DBI (previously called DBperl) is a database independent interface module for Perl. It defines a set of methods, variables and conventions that provide a consistent database interface independent of the actual database being used.
DBD::Oracle is the Oracle specific module for DBI. It can be downloaded
from CPAN (download now).
»
- Login to post comments

