Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • FRA Information. Oracle
  • Important Script Method for tuning Oracle
  • sid_wise_sql.sql Oracle
  • Standby Database Behavior when a Datafile is Resized on the Primary Database Note:123883.1 Oracle
  • Vivek Tuning for Row Locks. Oracle
  • Unix command for system configuration Linux/Unix
  • findinfo.sql (SQL for getting CPU and Active session info) Oracle
  • Renaming the column name Oracle
  • Drop database in Oracle 10g Oracle
  • To see how much time or progress of long transaction Oracle
  • adding new line after specific pattern using sed Linux/Unix
  • CPU speed on Linux Linux/Unix
  • Database link password in user_db_links Oracle
  • setting prompt display with .profile Linux/Unix
  • telnet listening Linux/Unix

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

  • get_aix_vmstat.ksh Oracle
  • dbinv.sql Oracle
  • find_err.sql for finding errors from dba_errors. Oracle
  • Jai Shree Ram Oracle
  • OPENING A STANDBY DATABASE IN READ-ONLY MODE Oracle
  • How to analyze statspack or AWR report. Oracle

Leave a Reply Cancel reply

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

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (388)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (337)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Oracle 11g RAC on OEL 5 and Vmware 2 Oracle
  • DBMS_STATS Metalinks Notes Oracle
  • Transfer SQL Profiles from One database to other database. Oracle
  • Explain Plan Output 2 Oracle
  • plan10g.sql good1 Oracle
  • How to find pinned objects from shared pool. (pinned via dbms_shared_pool.keep) Oracle
  • Changing unix system clock when Oracle database is running. Oracle
  • Explain Plan Doesn’T Change For Sql After New Statistics Generated Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme