What Are SQL Plan Directives?
March 7, 2018If you ever looked at an execution plan in Oracle 12c, most likely you noticed the following line, at the… Continue Reading
The place where DBAs grow
If you ever looked at an execution plan in Oracle 12c, most likely you noticed the following line, at the… Continue Reading
Have you ever had to determine the SQL ID of the query you just ran? I am not talking about… Continue Reading
I don’t like clutter, whether it is in my home or database. So when a project manager (PM) came to… Continue Reading
Have you ever checked the value of the SCN number – System Change Number in your databases? Were you surprised… Continue Reading
There are things you don’t learn in school. There are things you hear about in school, that are not explored… Continue Reading
I have covered lots of topics on Oracle Optimizer Statistics. I’d like to summarize everything you learned, or reviewed in… Continue Reading
Imagine this. You get a call. A specific SQL statement is running slow today, and the statement was running fine… Continue Reading
By default, whenever new statistics are gathered in the database, the existing statistics are backed up in the data dictionary.… Continue Reading
How do you gather statistics in your database? Do you gather statistics randomly when you remember, or do you gather… Continue Reading
Do you gather statistics regularly for your databases? Do you gather statistics explicitly, with your own script, or do you… Continue Reading