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
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 OC