Ian: perl -MCPAN -e `force install DBD::Oracle` will do. But then, you will not have tested that the module operates correctly. A better approach is to setup the ORACLE_SID (or TWO_TASK), ORACLE_HOME and ORACLE_USERID environment variables required for the build/test process before you attempt to install DBD::Oracle, that way, you'll make sure everything works.
regards, Rafael On Thu, 2003-07-03 at 11:42, Ian Harisay wrote: > Does anyone know how to force the install of DBD::Oracle? What needs to > be added to this command? > > perl -MCPAN -e 'install DBD::Oracle' > > Thanks >
