Hi all,
This was the question recently I encountered in an interview. I gave the
answers below but that doesn't seem to satisfy the interviewer.
QUESTION:-
SELECT COUNT (*) FROM TABLE_NAME:
The query ran fine and I got the output in less than 25 seconds.
The next day I ran the same query and I got the output after 15 minutes.
What is the reason for this? As a DBA what is that you will check
immediately?
My Answer:-
1. Mass insert or mass delete would have happened in the table,
Statistics were not gathered after that .So the performance has
degraded.
2. Statistics would have been deleted.
Are there any other reasons for the performance degradation?
Thanks in advance
JAIMURUGAN
Confidentiality Statement:
This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.
Oracle LazyDBA home page