Why Virtualization Matters to Your Career as an Oracle RAC DBA
Learn what every DBA should know about how to deploy, manage and optimize performance of Oracle RAC in a virtualized environment.
Read More
Learn what every DBA should know about how to deploy, manage and optimize performance of Oracle RAC in a virtualized environment.
Read More
Learn how Oracle uses the rule-based optimizer (RBO) and the cost-based optimizer (CBO) to decide on an execution plan.
Read More
Learn exactly how Oracle arrives at an execution plan for both the Oracle rule-based optimizer (RBO) and the cost-based optimizer (CBO).
Read More
Learn how to use the Oracle PLAN_TABLE and explain plans to guide performance tuning.
Read More
Key aspects of Oracle architecture may impact tuning efforts. Learn more.
Read More
Want to save your company money, headaches for end-users, and ensure data quality? Avoid these five database design mistakes.
Read More
Log file switch completion is the time a session waits for recording and archiving changes to data through redo log generation. Learn about performance hits.
Read More
Buffer busy wait occurs when a session tries to access a block in the buffer cache but the buffer is busy. Learn about performance impact.
Read More
The three control file read and write wait events all contribute to the time Oracle takes to keep the control file current. Learn more.
Read More
The row cache lock wait event is associated with a specific enqueue type on a data dictionary row. Learn why this happens and what you can do to tune for it.
Read More
Waits on enq: TM – contention in Oracle indicate there are unindexed foreign key constraints. Learn more about how foreign key constraints relate to this wait and how to tune for it.
Read More
The error ORA-06502 PL/SQL can be addressed by modifying the data, how it’s declared or the operations on it. Learn more.
Read More