How I can connect to Oracle from Perl?

Posted by aartist on Stack Overflow See other posts from Stack Overflow or by aartist
Published on 2010-04-12T21:57:54Z Indexed on 2010/04/12 22:02 UTC
Read the original article Hit count: 264

Filed under:
|
|

We have Oracle Server " Oracle Version: 10.2.0.4.0 - 64bit". I like to connect to this server with Perl from my RHEL machine. I am able to connect via sqlplus successfully. I can use 32-bit or 64-bit Perl. I have few questions.

Which files I should download from Oracle.com and where should I install them?

What are the environment settings or path that I should set?

What are the configuration changes or Makefile arguments changes I should make to install DBD::Oracle module properly?

Thanks.

© Stack Overflow or respective owner

Related posts about perl

Related posts about Oracle