Oracle DB Optimization Question:

Download Job Interview Questions and Answers PDF

Tell me some reasons of poor performance of query?

Oracle Database Optimization Interview Question
Oracle Database Optimization Interview Question

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.

Download Oracle Database Optimization Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Execution Plan?Do you have any idea what are indexes?