I'm using Oracle XE 11.2 on Windows 7. When I try to run on perl shell cpanm DBD::Oracle
I received this work log
-> FAIL Configure failed for DBD-Oracle-1.68.
with a portion of explanation
The ORACLE_HOME environment variable value (C:/oraclexe/app/oracle/product/11.2.0/server/bin;) is not valid.
It must be set to hold the path to an Oracle installation directory
on this machine (or a machine with a compatible architecture).
My Environment Variables - system variables contain PATH = C:\oraclexe\app\oracle\product\11.2.0\server\bin;...
What is the exact Oracle installation directory for XE 11.2?
Thanks in advance.