INSERTing into XMLDATA column with Oracle 9i and DBD 1.12, failures with data over about 4k long

2003-01-30 Thread Susan Cassidy
I am using perl 5.8.0, and DBI 1.32, and Oracle DBD 1.12. I was asked to insert some data into a table that looks like this: SQL> describe PROTEIN Name Null?Type - PROTEINENT

Re: Oracle 9i and DBD 1.12

2002-10-25 Thread Tim Bunce
On Wed, Oct 23, 2002 at 09:41:19AM -0700, Todd Enersen wrote: > > What am I missing? I believe Makefile.PL links to my Oracle 9i libraries > correctly when it's linking: > LD_RUN_PATH="/disks/sc-soldev2-007/oracle/product/9i/lib32:/disks/sc-soldev2 > -007/oracle/product/9i/rdbms/lib32" /usr/local

Oracle 9i and DBD 1.12

2002-10-23 Thread Todd Enersen
Hello all, I'm having difficulties getting Oracle 9i and DBD 1.12 to work together on Solaris 8 (5.8). After following the advice of previous threads on this group, I have converted all of the references in Makefile.PL from $OH/lib --> $OH/lib32, which fixes the compile time problems.