in reply to DBD::Oracle - is it a must to have an oracle client?
Seems a bit strange that you'd want to connect to an Oracle database but you don't have the Oracle client software. Can't the people who own the database supply you with a copy?
Here's one suggestion to get round it. I haven't tried it, so I've no idea if it will work. You could try to set up some kind of DBD::Proxy/DBI::ProxyServer relay, with DBI::ProxyServer set up on a server that has the Oracle client installed (perhaps even the Oracle server) and DBD::Proxy installed on your local machine.
"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBD::Oracle - is it a must to have an oracle client?
by grinder (Bishop) on Jul 04, 2006 at 16:20 UTC | |
by gsiems (Deacon) on Jul 05, 2006 at 03:42 UTC |