Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • oradebug ipcrm ipcs Oracle
  • DBMS_JOB all example Oracle
  • findinfo.sql (SQL for getting CPU and Active session info) Oracle
  • .profile Linux/Unix
  • How to find where datafile is created dbf_info.sql Oracle
  • Monitor Long Running Job Oracle
  • _B_TREE_BITMAP_PLANS issue during 8.1.7 to 9.2.0.8 upgrade Oracle
  • To seee semaphores and shared memory segments in Solaris Linux/Unix
  • oracle fast start failover best practice Oracle
  • create database syntax Oracle
  • Global Unique Identifier Generation in Oracle 9.2 SYS_GUID() Oracle
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle
  • How to find pinned objects from shared pool. (pinned via dbms_shared_pool.keep) Oracle
  • Disbaling DBA_SCHEDULER_JOBS Oracle
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle

Nice notes on wait events

Posted on 25-Jan-2007 By Admin No Comments on Nice notes on wait events

Log File Sync Event

===================

Description

When a user session commits (or rolls back), the sessions redo information needs to be flushed to the redo logfile. The user session will post the LGWR to write the log buffer to the redo log file. When the LGWR has finished that it will post the user session.

User Action

A drilldown is available to the Redo Analysis Chart for further analysis of the LGWR process. This event means that the LGWR process needs to be sped up.This is related to the throughput of the disk. Do NOT put redo on raid 5. Raid 5 is not efficient for writes. Use multiplexed redo on different spindles or mirrored disks for redo.

Good Notes on all events;

http://www.dbspecialists.com/presentations/wait_events.html

Oracle, SQL scripts

Post navigation

Previous Post: plan10g.sql good1
Next Post: Good notes on Oracle Events

Related Posts

  • DBMS_SQL for alter session. Oracle
  • RAC with RHEL4 and 11g Oracle
  • alter database backup controlfile to trace Oracle
  • Good notes for shared pool Oracle
  • How to find who is using which Rollback segment and how many rows or blocks in that rollback segments, Oracle
  • New Latest Param.sql for finding all hidden parameters also Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Query to Generate aggregate on every 30 mins. Oracle
  • Create type and Grant on it. Oracle
  • sql_plan9i.sql Oracle
  • Metalink Note: Note:250655.1 : ADDM Basics USING THE AUTOMATIC DATABASE DIAGNOSTIC MONITOR Oracle
  • Is It Recommended To Apply Patch Bundles When PSU Is Available? -ID 743554.1 Oracle
  • AWR settings- MMON is not taking snapshot. Oracle
  • Checking SQL Server Version SQL Server
  • Find Multiple levels of object dependencies : depen.sql Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme