On 07/10/09 11:47, Martin Evans wrote:
Charles Jardine wrote:
I have encountered a problem with the 'extended' support for
objects in DBD::Oracle. Specifically, if $dbh->{ora_objects}
is true, any attempt to fetch a nested table of objects
causes perl to crash with a segmentation fault.

Versions:
OS: SLES10 SP2 (64bit)
Oracle: 10.2.0.4 (64bit)
Perl: 5.10.0 (64bit)
DBI: 1.609
DBD::Oracle: 1.23

[details snipped - see original post]

Same for me but I am using an Oracle client older than the Oracle server
- are you? Have you tried using a client that matches the server? I
cannot tell if you are running to a local or remote oracle. In the past
when I have got "OCI-21500: internal error code, arguments: [kocgpn129]"
errors it has been down to attempting to use a new feature in Oracle
with an old client.

My tests were run on the server, using the bequeather. I have just
reproduced it using a local TNS style connection. In bot cases the
server and client are using the same ORACLE_HOME. There is no
version mismatch

I forgot to mention that the script works correctly with
$dbh->{ora_objects} set to 0. This leads me to believe that the
problem is probably in DBD::Oracle itself.

--
Charles Jardine - Computing Service, University of Cambridge
c...@cam.ac.uk    Tel: +44 1223 334506, Fax: +44 1223 334679

Reply via email to