RE: strange error from dbi-oracle

2001-02-08 Thread Seger, Jeffrey
our DBI version -Original Message- From: Mickey Mestel [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 2:07 PM To: [EMAIL PROTECTED] Subject: strange error from dbi-oracle hi, i'm on perl5 (5.0 patchlevel 5 subversion 2), dbi 1.13, dbd oracle 1.03, oracle 8.1.5, s

Re: strange error from dbi-oracle

2001-02-08 Thread Tony Foiani
> "Mickey" == Mickey Mestel <[EMAIL PROTECTED]> writes: Mickey> also, how can you find out the dbi and dbd version in an Mickey> installed system? There are probably better ways (investigate CPAN::shell, for instance), but this does the trick: | $ perl -le 'for (@ARGV) { eval "require $_";

RE: strange error from dbi-oracle

2001-02-08 Thread Mickey Mestel
hi, > i'm on perl5 (5.0 patchlevel 5 subversion 2), dbi 1.13, dbd > oracle 1.03, > oracle 8.1.5, solaris for intel. > ORA-03120: two-task conversion routine: integer overflow i forgot to mention that all the queries are against the v$views. thanks, mickm

strange error from dbi-oracle

2001-02-08 Thread Mickey Mestel
hi, i'm on perl5 (5.0 patchlevel 5 subversion 2), dbi 1.13, dbd oracle 1.03, oracle 8.1.5, solaris for intel. i am up and running fine, connecting to 8.1.5 and 8.1.6 engines. when i try to connect to an 8.1.7 engine, i'm getting the following error, somewhat randomly, i.e. it co