This document discusses managing undo data in Oracle databases. It defines undo data as a copy of original data captured for every transaction that changes data. Undo data is stored in undo segments located in an undo tablespace and is used to support rollback operations, read-consistent queries, and Flashback features. It describes how to configure and guarantee undo retention, monitor undo data usage, and use the Undo Advisor to calculate optimal undo tablespace sizing.