
Oracle Performance Tuning is a very important part. It is not just the Oracle DBA’s responsibility, it is also the responsibility of Oracle developers. Performance tuning should start before Design and should be continuously tested. We need to have good Knowledge of how Oracle Software works. Many times problems occur as we are not aware of the working of the Oracle
In this section, We are presenting the Oracle performance tuning articles which will help you solve the problems quickly
Tuning Tools
- Oracle Explain Plan
- Autotrace in Oracle
- Oracle Performance :sql_trace parameter and its impact
- How to turn on the trace in database and Format the trace file
- Sql tuning advisor
Performance Terms explained
- What is Logical I/O and Physical I/O in Oracle Database
- how to find session generating lots of redo
- What is IOPS and How to calculate it in oracle
- What is DB time and Average Active sessions, Active session in oracle
- Bind Variable in Oracle
- Automatic Database Diagnostic Monitor (ADDM)
- Active Session History(ASH)
- Automatic Workload Repository(AWR)
- Hanganalyze and system state dump
- Oracle waits events
- How to find which sid is doing full table scan
Optimizer
- New Optimizer Feature with 11g
- Optimizer hints
- find optimizer/database underscore parameter
- Optimizer Mode
- Join Methods in Oracle
Statistics
- Find indexes and assigned columns for a table
- How Table Monitoring and STATISTICS_LEVEL parameter are connected from 10g onwards
- How to check Stale statistics
- How to find table where statistics are locked
- How to set statistics for table in oracle
- How to delete statistics from Table in oracle
- compare statistics using stattab
- How to compare statistics using history for a table in Oracle
- How to transfer statistics between databases in Oracle
- How to import statistics in Oracle
- How to export statistics in Oracle
- How to create stat table in Oracle
- How to check automatic statistics collection in Oracle
- How to restore optimizer statistics
- How to delete Optimizer preference
- How to gather Statistics with DBMS_STATS Procedures
- How to set table level preference setting
- How to set Schema level preference setting
- How to check optimizer statistics preferences at the table level
- Optimizer statistics preferences in Oracle
- How to check column statistics in Oracle
- How to check Index statistics in Oracle
- How to check gather stats on a table
General Performance topics
- sql tuning in Oracle
- Nested Loop Join in Oracle
- Hash join in Oracle
- Oracle performance & tuning Quiz
- Oracle Index clustering factor
- How to turn on the SQL trace, 10046 event in Oracle database and trcsess, tkprof utility
- Incremental Statistics Gathering in 11g
- Useful scripts for Oracle Database
- Oracle table locks
- All Useful 11g Dynamic Performance Views
- How to find the waitevent History of the Oracle session
- Virtual Index in Oracle
- Oracle Performance tuning Glossary
SQL Profile
- how to check sql profile in oracle
- how to find if the sql is using the sql profile
- How to move the sql profiles in Oracle
- How to implement custom Sql Profile in Oracle
SQLPLAN Management
- Sql plan Management in Oracle
- How to replace sql plan by another sql id sql plan
- Queries on Sqlplan Management in oracle
- Drop the sql baseline in Oracle
- Move sql baselines to another database
- create sql baseline in oracle 19c
- How to create sql baseline from cursor cache in Oracle
- how to create sql baseline from Sql tuning set in Oracle
- create sql baseline from AWR repository without STS
We will keep adding the Knowledge article for Oracle Performance tuning. Please subscribe to the blog to get the latest articles. Also Please do provide the Feedback