in reply to connecting to db without DBI

Do you mean how can you connect to the database from Perl without DBI?

The reason I ask is that depending on your work set-up, many people connect from their desktop using a database client tool like Toad for Oracle or DbVisualizer. Then they do their Perl work on a work server of some sort that has the proper modules installed and configured.

There are various ways to run the code from Perl modules without installing it in the usual admin-protected areas.

But before going down that road I would ask if this is a work computer and you need to use Perl and DBI to do some of your work, is there any way to can get the proper permissions to configure your work environment?

Replies are listed 'Best First'.
Re^2: connecting to db without DBI
by fadingjava (Acolyte) on Mar 03, 2006 at 21:19 UTC
    Yes I do need to use it for work. But you know how it works. It will take sometime before the admins do this two sec job. So in that period of time, is there a way to connect to oracle db without using DBI?