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
>