Oracle Cache Buffers Chain Latch

A user process acquires the CACHE BUFFERS CHAINS latch to scan the System Global Area (SGA) for database cache buffers. Blocks in the buffer cache are placed on linked lists (cache buffer chains). Blocks are put on the hash chain according to their DBA (data block address) and CLASS of the block. Each hash chain … Read more Oracle Cache Buffers Chain Latch

Solving Oracle enq: TM Contention Wait Events

Recently, I was assisting one of our customers for Oracle trying to diagnose sessions waiting on the “enq: TM – contention” event. The blocked sessions were executing simple INSERT statements similar to: INSERT INTO supplier VALUES (:1, :2, :3); Waits on enq: TM – contention indicate there are unindexed foreign key constraints. Reviewing the SUPPLIER … Read more Solving Oracle enq: TM Contention Wait Events

Oracle Log Buffer Space Wait Event

The log buffer space wait event occurs when server processes write data into the log buffer faster than the LGWR process can write it out. The LGWR process begins writing entries to the online redo log file if any of the following conditions are true: The log buffer reaches the _log_io_size threshold. By default, this … Read more Oracle Log Buffer Space Wait Event

Oracle PL/SQL Lock Timer Wait Event

The PL/SQL lock timer wait event represents the amount of time a user or application has “slept” through the USER_LOCK.SLEEP or DBMS_LOCK.SLEEP procedures. The ‘idle’ event “PL/SQL lock timer” is worth watching because it can indicate issues with application response, throughput and possibly coding. The PL/SQL lock timer wait event is, as the command that issues … Read more Oracle PL/SQL Lock Timer Wait Event

Six Top Network Performance Monitoring Tools

Network performance monitoring tools can allow network professionals to have a real-time overview of an entire network so they can better troubleshoot problems and reduce downtime. Adopting world-class network performance monitoring software with dashboards, alerts, and other key features can help you save money and time while boosting productivity. Below, we’ve listed what we feel … Read more Six Top Network Performance Monitoring Tools

Apple Remote Desktop Overview – How to Remote Access Mac

Imagine this: an employee at the satellite office across the country is having computer trouble, but they use an Apple device. Or maybe you have dozens of Mac end-user devices to reach, update, troubleshoot, or otherwise manage, but you don’t have time to find each device and manually address the issues. Since many IT professionals … Read more Apple Remote Desktop Overview – How to Remote Access Mac