I want to connect to an Oracle Database through Perl. For this, I\'m trying to install DBD::Oracle from CPAN by using the following command:
[root@localhost Admi
Thanks for the info! I noticed that oracle-instantclient12.1-devel-12.1.0.2.0-1.x86_64.rpm installed into /usr. So adding a soft link like this helps me solved the problem.
sudo ln -s /usr/include/oracle/11.2/client64 $ORACLE_HOME/include