Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

   

 

  Oracle Database Tips by Donald Burleson

Monitoring Tables for Chained Rows  

Row chaining occurs as data is added to an existing record. When there is insufficient room for the addition, the row is chained to another block and added there. Block chaining occurs when a row is too long to fit into a single block (such as with long raw or LOB columns or when a row has more than 255 columns). If chaining is occurring regularly, it can lead to significant performance degradation. This degradation is caused by the requirement to read multiple blocks to retrieve a single record. An example of a script to monitor a single table for chained rows is shown in Source 10.10. Au: Confirm Source number here: the next number in sequence is 10, not 11, but based on subsection below, it's difficult to determine if you intended calling this source out of sequence. Fixed Note that this script is limited, in that the table must have a primary or unique key defined in order for it to work. With a companion script, all tables in an application can be checked with this script. As an alternative, you can analyze the tables of concern and use the table statistics report, as described in the following subsection.

The ANALYZE Command  

The ANALYZE command can also be used to generate chained row information into the DBA_TABLES view. Actual chained-row rowids can be listed in a separate table if desired. The general format of this command follows:

See Code Depot


www.dba-oracle.com/oracle_scripts.htm

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster
 
 
 

 

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  

and include the URL for the page.


                    









Burleson Consulting

The Oracle of Database Support

Oracle Performance Tuning

Remote DBA Services


 

Copyright © 1996 -  2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.