RE: DBD Oracle 1.20 ORA-24334 Error

2009-04-05 Thread Martin Gainty
If you look at how VARRAYs are created in Oracle they are Variable Array of a primitive type e.g. http://www.oracle.com/technology/sample_code/tech/java/codesnippet/jdbc/varray/index.html what happens when you declare your VARRAY to be String or Integer instead of Abstract ? Martin ___

Re: DBD Oracle 1.20 ORA-24334 Error

2009-04-05 Thread Jamie Nicholson
Found the fix for the t/10gen.t exit code tests in the README.help.txt under "repetitive connect/open/close/disconnect" tests However still no luck with my initial test 'VARRAY of abstract data types', it's still returning DBD::Oracle::db prepare failed: ORA-24334: no descriptor for this position

Re: DBD Oracle 1.20 ORA-24334 Error

2009-04-05 Thread Jamie Nicholson
I removed the line from dbdimp and no luck > dbdimp.c:3269: warning: unused variable `sv2 Also I investigated the funny return codes being returned in t/10gen.t. Firstly I wrote a seperate script and the results were as expected Then I found that if I put the test before this line it would also