Tell me some reasons of poor performance of query?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Oracle DB Optimization Job Interview Questions And Answers