in reply to SQL in perl/tk
If it works in Toad or sqlplus but not in your perl code, I'd expect DBD::Oracle to throw some errors* which will point you in the right direction. Are you connecting to the same database as the same user in both Toad and your Perl code? Post a short example of your perl code which reproduces the problem, and any output. See Writeup Formatting Tips.
Update * if it doesn't see DBD::Oracles trace method.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: SQL in perl/tk
by cavac (Prior) on Jan 13, 2012 at 14:40 UTC |