Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Check this one out: <a href="https://stackoverflow.com/questions/11407513/perl-dbdoracle-module-installtion/">perl DBD::Oracle Module installtion</a></p> <p>Above information is about Linux Environment. But you might get some clues on how to go about configuring <code>DBD::Oracle</code> on MAC OSX.</p> <p>On linux, you need <strong>"Basic, SQLPLUS and Devel"</strong> binaries of the oracle instant client. Here is the directory listing on my Linux box:</p> <pre><code># pwd /usr/lib/oracle/11.2/client64/lib # ls -l total 185232 -rw-r--r-- 1 root root 368 Sep 17 2011 glogin.sql lrwxrwxrwx 1 root root 17 Jul 9 2012 libclntsh.so -&gt; libclntsh.so.11.1 -rw-r--r-- 1 root root 52761218 Sep 17 2011 libclntsh.so.11.1 -rw-r--r-- 1 root root 7955322 Sep 17 2011 libnnz11.so lrwxrwxrwx 1 root root 15 Jul 9 2012 libocci.so -&gt; libocci.so.11.1 -rw-r--r-- 1 root root 1971762 Sep 17 2011 libocci.so.11.1 -rw-r--r-- 1 root root 118408281 Sep 17 2011 libociei.so -rw-r--r-- 1 root root 164836 Sep 17 2011 libocijdbc11.so -rw-r--r-- 1 root root 1503303 Sep 17 2011 libsqlplusic.so -rw-r--r-- 1 root root 1477446 Sep 17 2011 libsqlplus.so -rw-r--r-- 1 root root 2095661 Sep 17 2011 ojdbc5.jar -rw-r--r-- 1 root root 2714016 Sep 17 2011 ojdbc6.jar -rw-r--r-- 1 root root 300666 Sep 17 2011 ottclasses.zip -rw-r--r-- 1 root root 66779 Sep 17 2011 xstreams.jar </code></pre> <p>and here is the list of oracle instant client RPMs that I installed:</p> <pre><code># rpm -qa | grep -i oracle oracle-instantclient11.2-basic-11.2.0.3.0-1 oracle-instantclient11.2-devel-11.2.0.3.0-1 oracle-instantclient11.2-sqlplus-11.2.0.3.0-1 </code></pre> <p>Hope this helps.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload