in reply to DBD:Oracle & DBD:ODBC conflict
Try running your test program with the DBI trace level turned up. It may give you information that will point towards the problem.
Add a call to DBI->trace( 2 ); at the top of your program, before connecting. If this doesn't help, try a trace level of 4.
-Colin.
|
---|