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
Introduction to Oracle SQL Plan Directives in Oracle Database 12.2
Introduction An Execution Plan is composed by the steps that the optimizer does in order to process a SQL statement. Oracle Optimizer always tries to find out the best execution plan for a SQL stateme...
Toad Edge licensing for trials and renewals
Whether you're extending a trail, purchasing a new license, or renewing an existing license, we want to make sure the process is as simple as possible so you can get to back to efficiently managing yo...
Benchmark Factory REST API (Part 2)
In the first part of this blog series on the new BMF REST API I covered the basics on how to create a new connection, a new job which uses that new connection, and how to execute that job. In this th...
