There were 2 different type of tuning that were discussed in this video System Tuning and SQL Tuning. Roughly, System Tuning involves the appropriate system parameters configuration and SQL Tuning involves the individual SQL statement tuning.
Here are what were introduced in this video:
System Tuning
- Tuning log (redo log) switches
- pga_aggregate target (9i)
- Tuning advisors (views hints)
- Pinning packages in memory
- Statspack
- Indexes
- Oracle Optimizer
- Explain Plan
- Hints
- Stored Outlines