![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re^3: Query takes 895ms in TOAD but 42s in DBIby dragonchild (Archbishop) |
on Dec 02, 2008 at 22:38 UTC ( #727510=note: print w/replies, xml ) | Need Help?? |
COALESCE is a function you put into your query that takes the first non-NULL value.
As for what's going on ... You said this returns a cursor. What happens in TOAD if you subsequently run through all the rows in the cursor? I suspect that DBD::Oracle is doing just that while TOAD isn't. My criteria for good software:
In Section
Seekers of Perl Wisdom
|
|