Multiple DBD on multiple Oracle version ???

From: Perldiscuss - Perl Newsgroups And Mailing Lists (jmrobin_at_gastronome.fr)
Date: 05/29/04

  • Next message: Perldiscuss - Perl Newsgroups And Mailing Lists: "multiple DBD for multiple oracle version"
    Date: 29 May 2004 10:07:51 -0000
    To: dbi-users@perl.org
    
    

    Hello dbi users,

    I'm using DBD Oracle with ORACLE 8.1.7 on HP-UX Cluster with 2 nodes on
    failover mode.

    There is 2 ou 3 databases running on same time (8.1.7) but the ORACLE_HOME
    used to compile DBD-Oracle may not be mounted.

    So, I make chatr +s on Oracle.sl library to enable use of SHLIB_PATH with
    a mounted ORACLE_HOME.

    That's work fine with all same version of ORACLE.

    My problem is I'm migrating to 9i, so the libraries's version used to
    compile DBD-Oracle may not be present.

    My question is : Can I make 2 DBD-Oracle builts ( one for 8i, one for 9i )
    on the same Perl core,
    using PERL5LIB or other tips ???

    Thanks for help !


  • Next message: Perldiscuss - Perl Newsgroups And Mailing Lists: "multiple DBD for multiple oracle version"

    Relevant Pages