Toad offers cool feature called make/strip code. It allows you to copy code from, say, C# or Java into Toad, turn it into simple SQL, optimize it, then send it back to the original format for inclusion in the programming language. In fact, we eat our own dog food here: We code in Delphi, load all our SQL embedded in Delphi into Toad to optimize it, then put it back into the Delphi code.
Related Articles
Oracle Login Profile Default Settings
Hi, I just wrote a short blog on changing the expiring password behavior of Oracle12. I think most of these settings are valid for Oracle11 as well. The short blog was on resetting PASSWORD_LIFE_TIME...
Toad Explain Plan Tip – returning actual SQL execution explain plan
If you have been in my tuning class or read my tuning blogs, I carry on at length about the importance of reviewing the explain plan with which the SQL executed, not an explain plan because you needed...
