Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
OCA Oracle Database 11g: Database Administration I: A Real-World Certification Guide

You're reading from  OCA Oracle Database 11g: Database Administration I: A Real-World Certification Guide

Product type Book
Published in Feb 2013
Publisher Packt
ISBN-13 9781849687300
Pages 582 pages
Edition 1st Edition
Languages

Table of Contents (24) Chapters

OCA Oracle Database 11g: Database Administration I: A Real-World Certification Guide
Credits
Foreword
About the Author
About the Reviewer
www.packtpub.com
Preface
1. Introducing the Oracle Relational Database System 2. Installing the Oracle Database Software 3. Creating the Oracle Database 4. Examining the Oracle Architecture 5. Managing Oracle Storage Structures 6. Managing the Oracle Instance 7. Managing Security 8. Managing Concurrency 9. Configuring an Oracle Network 10. Managing Database Performance 11. Understanding Backup and Recovery Concepts 12. Performing Database Backups 13. Performing Database Recovery 14. Migrating Data Preparing for the Certification Exam Test Your Knowledge – Answers Index

Managing undo data


As so many of the statements executed against a database generate undo data, managing it is a crucial aspect of database administration. In the past, Oracle used resources called rollback segments to manage undo data. When a user connected to the database, they were assigned a rollback segment that would serve as storage for the undo data (called rollback data , back then) generated by that session. Unfortunately, these rollback segments were fairly finite in size, sometimes leading to the infamous ORA-1555 error, "snapshot too old". This error was raised in situations where queries encountered an undo block that had been overwritten since the query was initiated. In version 9i, Oracle introduced new, more efficient ways to manage undo data, leading to fewer errors. This new approach has also allowed for new features that can use undo data even after it is expired following a COMMIT statement.

Understanding undo-related parameters

Let's examine the parameters that pertain...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}