http://www.perlmonks.org?node_id=1015115


in reply to Possible to mimic an Oracle install?

I don't know if this will help you as even after reading some of the comments it is not clear exactly what you are trying to achived.

You don't need to install all of Oracle to use DBD::Oracle. You can just install Instant Client in which you need the client, sdk and sqlplus which are all downloadable separately and are fairly small.

UPDATE: You can access Oracle without installing Oracle's client libraries. There are so called wire-protocol ODBC drivers for Oracle from various companies. Of course, you have to install them.
  • Comment on Re: Possible to mimic an Oracle install?

Replies are listed 'Best First'.
Re^2: Possible to mimic an Oracle install?
by thmsdrew (Scribe) on Jan 24, 2013 at 12:54 UTC

    Thanks, I'll look into this.

    EDIT This is exactly what I was looking for, I think. Wish I hadn't done all of that headbanging in here yesterday and just figured out that this is what they were probably talking about.