Re: Changing driver from OCI8 to OCI7 driver for DBI

From: Scott T. Hildreth (shildret_at_scotth.emsphone.com)
Date: 06/29/04

  • Next message: Sean C Peters: "Possible DBD::DB2 driver bug?"
    To: Nayana hanji <nayana.hanji@oracle.com>
    Date: Tue, 29 Jun 2004 08:21:24 -0500
    
    

    Was your DBD::Oracle compiled against 8i libraries? If so you can
    connect to the 9i by using sqlnet,

    i.e.
       my $dbh = DBI->connect('dbi:Oracle:${9i_Sid}'. $user, $passwd, {});

    Or recompile DBD::Oracle using the 9i libraries.

    On Tue, 2004-06-29 at 03:02, Nayana hanji wrote:
    > Hi,
    >
    > When in run my perl script i am getting the follwing error:
    > ORA-1019: unable to allocate memory in the user side (probably a symptom
    > of a deeper problem)
    >
    > In one of the solutions it said: You are using the OCI8 driver in an
    > Oracle7 client installation. Use the OCI7 driver.
    >
    > How do I change OCI8 driver to OCI7 driver? I having 9.2.0.5 on my
    > machine.Is it available with this database or should I download.
    >
    > Thanks,
    > Nayana
    >


  • Next message: Sean C Peters: "Possible DBD::DB2 driver bug?"

    Relevant Pages

    • Re: std::codecvt undefined
      ... I wonder what I should recompile. ... > to link with libs compiled under 10.3 or not. ... I'm not sure whether I recompiled the Metrowerks libraries before ... > linking against the variants of MSL C++ that are compiled against BSD C. ...
      (comp.sys.mac.programmer.codewarrior)
    • Re: std::codecvt undefined
      ... >> CodeWarrior installer because it detected the system version. ... the option was the recompile only the precompiled headers. ... I don't get why it would ever be necessary to rebuild precompiled headers ... without it being necessary to rebuild libraries though. ...
      (comp.sys.mac.programmer.codewarrior)
    • Re: Structure of large link libraries in f95
      ... Can't you just recompile the routines you're "monkeying with" and replace them in your library? ... I use the f77 blas/lapack libraries in my f95 code and when I use various routines from them, I declare them EXTERNAL and link in the required library -- which was compiled once and pretty much forgotten about ... When Lahey later dropped support for its fine f77 compiler, I figured I'd better prepare a bridge to f90. ...
      (comp.lang.fortran)
    • Re: [kde-freebsd] koffice build failure
      ... you should actually recompile all the apps that depend on it. ... benefits of shared libraries is that you usually don't have to recompile the ... library that I need to reinstall its dependencies is gnutls. ...
      (freebsd-current)
    • Re: std::codecvt undefined [Resolved]
      ... >> get when compiling under 10.4 is binary incompatible with that compiled ... so if you can recompile ... I recompiled all the Metrowerks libraries ... > or after going from XCode 2.1 to 2.2. ...
      (comp.sys.mac.programmer.codewarrior)