Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: DBI on Windows

by rdfield (Priest)
on Feb 24, 2004 at 11:01 UTC ( [id://331360]=note: print w/replies, xml ) Need Help??


in reply to Oracle Data Sources on Windows

Are you sure you installed DBD::Oracle using ppm3? Last time I checked ActiveState weren't distributing DBD::Oracle for 5.8.x because of licensing issues. You can still install 5.6 and use ppm to install DBD::Oracle though.

Try the following to make see what you've installed:
(paraphased from the docs)

use DBI; foreach my $driver( DBI->available_drivers) { print "\n$driver " . join("\n\t",DBI->data_sources($driver)); }
Just checking: you have read the documentation for DBI, haven't you?

rdfield

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-19 03:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found