[EMAIL PROTECTED] [[EMAIL PROTECTED]] wrote: > What are the installation modules necessary for connecting and executing > queries from perl to oracle?
You need * DBI * DBD::Oracle Go to http://search.cpan.org and click on "Database Interfaces" - you'll find DBI and DBD::Oracle there. After you install them, read the excellent included documentation by doing perldoc DBI perldoc DBD::Oracle HTH. -- Hardy Merrill Senior Software Engineer Red Hat, Inc.
