Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

DBI Install

by peschkaj (Pilgrim)
on Jul 10, 2002 at 17:58 UTC ( [id://180820]=perlquestion: print w/replies, xml ) Need Help??

peschkaj has asked for the wisdom of the Perl Monks concerning the following question:

I am looking into installing DBI for use in on of our projects. The box has perl on it already, and the database (oracle) is hosted on another machine. Does the data source need to be on the same box as DBI?

I recall having problems in the past with Oracle not being on a Linux box that I was trying to put DBI on.

Replies are listed 'Best First'.
Re: DBI Install
by ignatz (Vicar) on Jul 10, 2002 at 18:09 UTC
    While the data source does not need to be on the same box, Oracle's client libraries do. DBD-Oracle asks for you to point to them during the install.
    ()-()
     \"/
      `                                                     
    
Re: DBI Install
by sedhed (Scribe) on Jul 10, 2002 at 20:36 UTC

    To add to what ignatz said: In general, if you are ever in a position where the client libraries/drivers for a particular database will not run on the target DBI client, then DBD::Proxy might prove very useful.

    Also, the DBI mailing list is very helpful and active, especially for install-related problems you may run into.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-24 01:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found