nindza has asked for the wisdom of the Perl Monks concerning the following question:

Has anybody managed to build DBD::Oracle 1.14 on hpux11??? oci8.c file introduces OCI_ATTR_OBJ_NAME which is not defined anywhere. Any ideas??? Has anybody tried to hack it out? (hpux 11.0, perl 5.8.1, DBI 1.38, oracle 8.0.6)

Replies are listed 'Best First'.
Re: DBD::Oracle on hpux11
by jdtoronto (Prior) on Oct 27, 2003 at 19:20 UTC
    Try the DBI users mailing lst ( dbi-users@perl.org ) this sort of request is commonplace there and a number of the DBD module authors read the list regularly - including for Oracle.

    jdtoronto