This presentation discusses SQL plan management (SPM) and SQL quarantine features in Oracle Database 19c. SPM allows the cost-based optimizer to use optimal execution plans and prevent performance regression. SQL quarantine complements SPM by preventing SQL statements from repeatedly using bad execution plans. The presentation covers how SPM and SQL quarantine work, how to configure them, and reasons why SPM may not be used for a SQL statement. It also discusses other plan stability methods like stored outlines, optimizer hints, and SQL profiles.