Oracle Consulting Oracle Training Oracle Support Development
Home
Catalog
Oracle Books
SQL Server Books
IT Books
Job Interview Books
eBooks
Rampant Horse Books
911 Series
Pedagogue Books

Oracle Software
image
Write for Rampant
Publish with Rampant
Rampant News
Rampant Authors
Rampant Staff
 Phone
 800-766-1884
Oracle News
Oracle Forum
Oracle Tips
Articles by our Authors
Press Releases
SQL Server Books
image
image

Oracle 11g Books

Oracle tuning

Oracle training

Oracle support

Remote Oracle

STATSPACK Viewer

Privacy Policy

 

   
  Oracle Tips by Burleson

OCP Instructors Guide for Oracle DBA Certification

Chapter 5 - Oracle Database Objects

Batch and On-line Processing

Applications that consist of batch jobs that perform heavy DML processing (UPDATE, INSERT, DELETE) and on-line transactions that perform minimal updates complicate the rollback segment sizing process. The ultimate solution is to have:

  • The on-line transactions use smaller rollback segments. Smaller rollback segments have a greater chance to be cached in memory and are more quickly allocated than their larger counterparts.
     

  • The heavy DML processing batch transactions use the larger rollback segments. Larger rollback segment extents means less extents required to hold before images and an increase in performance (due to the overhead of extent allocation).

The SET TRANSACTION USE ROLLBACK SEGMENT xxxx command can be used to control the placement of these large (or small) transactions. The SET TRANSACTION statement allows the developer to "point" their transaction to a particular rollback segment.

If the bulk of the heavy DML processing is done during off-hours, the DBA is able to "switch" rollback segments on and off by running batch scripts that execute the ALTER ROLLBACK SEGMENT xxxx (OFFLINE/ONLINE) command. Before the nightly batch run begins, a script can be automatically executed to bring the large rollback segments on-line and the small rollback segments off-line. The last step of the nightly batch run performs the reverse. The smaller rollback segments are brought on-line while their larger counterparts are turned off.
 


The above text is an excerpt from:


OCP Instructors Guide for Oracle DBA Certification
A Study Guide to Advanced Oracle Certified Professional Database
Administration Techniques

ISBN 0-9744355-3-8

by Christopher T. Foot
 

http://www.rampant-books.com/book_2003_2_OCP_print.htm


Download your Oracle scripts now:

www.oracle-script.com

The definitive Oracle Script collection for every Oracle professional DBA

Linux Oracle commands syntax poster

ION Oracle tuning software

Oracle data dictionary reference poster



Oracle Forum

BC Oracle consulting support training

BC remote Oracle DBA   

 

   

 Copyright © 1996 -2017 by Burleson. All rights reserved.


Oracle® is the registered trademark of Oracle Corporation. SQL Server® is the registered trademark of Microsoft Corporation. 
Many of the designations used by computer vendors to distinguish their products are claimed as Trademarks