in reply to Oracle Data Sources on Windows
Try the following to make see what you've installed:
(paraphased from the docs)
Just checking: you have read the documentation for DBI, haven't you?use DBI; foreach my $driver( DBI->available_drivers) { print "\n$driver " . join("\n\t",DBI->data_sources($driver)); }
rdfield
|
|---|