What Can You Use DBMS_UTILITY.EXPAND_SQL_TEXT For?
By dianarobete October 3, 2018 OffHave you ever worked through a tuning exercise (I’d like to call them exercises instead of problems), where the SQL… Continue Reading
The place where DBAs grow
Last week I asked the question: “What do you do with the AWR data?” Here are some of the responses… Continue Reading
How do you use your AWR data or Statspack data? Do you retain it longer than the default retention? Do… Continue Reading
While investigating a performance problem, have you ever wondered why a parent cursor has many child cursors associated with it?… Continue Reading
Ever wondered how to display the execution plan of a SQL Statement quickly? Are you dreading the question “What is… Continue Reading
Last week we looked at SQL Plan Directives, what they are, when do they get created, how they are used… Continue Reading
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 checked the value of the SCN number – System Change Number in your databases? Were you surprised… 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
You keep hearing that statistics are important for the Oracle database. You keep hearing that you should collect statistics. A… Continue Reading