Related Articles
How are the sqls performing today?
How are the sqls performing today? Often, I face this question. First I will try to parse the question into simple terms. The sqls – what sqls? On any given day, the top 10 resource intensive sqls. ...
Analyzing Code with the Toad for Oracle Code Analysis Tool
In this article, we will learn to analyze code using the Toad Code Analysis diagnostic tool. This tool shows a series of industry standard metrics that are very useful to determine the following: If...
Optimizing SQL statements with a VIEW
This tips covers optimizing SQL statements that use a VIEW in place of a TABLE. In early versions of the Oracle database, a VIEW was handled like a temporary table that stores the temporary data from...
