Re: problem using table_info and column_info with DBD::Proxy

2006-04-10 Thread Allan Dyer
Hi Ron Thanks... On 9 Apr 2006 at 12:40, Ron Savage wrote: On Sat, 08 Apr 2006 20:39:45 +0800, Allan Dyer wrote: Hi Allan I'm sorry if I offended everyone with my previous message - I've I can't see why you'd think that :-). :-) got no replies, so I guess I did something wrong. I

Re: problem using table_info and column_info with DBD::Proxy

2006-04-10 Thread Ron Savage
On Mon, 10 Apr 2006 15:14:21 +0800, Allan Dyer wrote: Hi Allan OK, I tried that and got basically the same result as my test program: if I specify a direct connection to mysql, it works OK, but if I specify a proxy connection to the same database, it fails PITA. Who's maintaining

problem DBD-Oracle-1.17 linux enterprise AS

2006-04-10 Thread Oscar Gomez
i have this error when i made interface program perl with oracle 10g trough DBD module. DBD::Oracle::st execute failed: ORA-00600: internal error code, arguments: [kpofdr-long], [], [], [], [], [], [], [] (DBD ERROR: error possibly near * indicator at char 37 in 'select itmpar,

Re: problem DBD-Oracle-1.17 linux enterprise AS

2006-04-10 Thread John Scoles
If you could include which version of DBI, DBD:Oracle and some of your original perl code it would give us a better idea on how to debug this. So far a ORA-00600 error can be any one of a number of problems. One is a 'time out error' which might explain why it runs the second time. cheers

Fw: Re: problem DBD-Oracle-1.17 linux enterprise AS

2006-04-10 Thread Oscar Gomez
the versions DBI y DBD are: DBD::Oracle -- 1.16, DBI -- 1.50 I was working in oracle 8i with modules DBD::Oracle -- 1.12 DBI -- 1.30 without problems. connect : sub _connect { my $wdsn = dbi:Oracle:orcl; $ENV { ORACLE_HOME } = /ora8/soft/oracle/product/10.1.0/db_1/; $ENV