Can you please suggest any good performance tuning tools for oracle database which will also help sql and plsql code tuning too.
Oracle Database
Last Comment
Sean Stuber
8/22/2022 - Mon
Swadhin Ray
ASKER
Adding to my question the tool should also help in code review for forms/reports/ java code too
Pawan Kumar
I think you should start with Oracle SQL Profiler. Find the queries which are taking longer time. Read the plan and fix the issues. if you are only looking for tool then you can use Foglight for Oracle. URL for the same is - https://www.quest.com/products/foglight-for-oracle/. Trial is free, you can download and check.
Geert G
Our external oracle tuning dba, he sees all, finds all and explains all performance problems
Tuning is a black art.
The cause of the performance problem can be different every time.
You can't just let a tool on it to fix and solve everything.
Oracle has been trying this as automated process for decades.
Have you ever seen an autocreated index because of a performance problem ?