Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: connecting to db without DBI

by cbrandtbuffalo (Deacon)
on Mar 03, 2006 at 21:13 UTC ( [id://534366]=note: print w/replies, xml ) Need Help??


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?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://534366]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-24 03:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found