Re: Changing driver from OCI8 to OCI7 driver for DBI
From: Scott T. Hildreth (shildret_at_scotth.emsphone.com)
Date: 06/29/04
- Previous message: Peter J. Holzer: "Re: MultiByte Character Sets and False Matches"
- In reply to: Nayana Hanji: "Changing driver from OCI8 to OCI7 driver for DBI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
>
- Previous message: Peter J. Holzer: "Re: MultiByte Character Sets and False Matches"
- In reply to: Nayana Hanji: "Changing driver from OCI8 to OCI7 driver for DBI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|