Answers

Question and Answer:

  Home  Oracle Database Optimization

⟩ Tell me some reasons of poor performance of query?

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.

 152 views

More Questions for you: