Oracle DB Optimization Question:

Tell me some reasons of poor performance of query?

Answer:

No indexes
Excess recompilations of stored procedures.
Procedures and triggers without SET NOCOUNT ON.
Poorly written query with unnecessarily complicated joins
Highly normalized database design.
Excess usage of cursors and temporary tables.

Read All 8 Oracle Database Optimization Questions
Previous QuestionNext Question
Explain Execution Plan?Do you have any idea what are indexes?