Auto Undo Management in Oracle

Oracle 9 introduced a new way to manage rollback / undo data - an Undo Tablespace. To utilize Automatic Undo Management, create a tablespace in the database of type UNDO:


create undo tablespace UNDOTBS1 datafile '/U01/oradata/prod/undotbs_01.dbf'

extent management local uniform size 256k;


Next, modify your init file:

    • UNDO_MANAGEMENT=AUTO
    • UNDO_TABLESPACE=UNDOTBS1
    • UNDO_RETENTION=<# of minutes>

 

Data Security with Flex2SQL and BTR2SQL Connectivity Products

Data Security with Flex2SQL and BTR2SQL Connectivity Products

The most common reason for Enterprises looking to migrate from legacy Btrieve or DataFlex databases is the urgent need to address security and...

Read More
Why Migrate from Btrieve to PostgreSQL and other Relational Databases?

Why Migrate from Btrieve to PostgreSQL and other Relational Databases?

Introduction Many independent software vendors (ISV) and corporate users still rely on applications that use a category of database collective called...

Read More
Four Challenges in Converting COBOL Applications from ISAM Databases to Relational Databases

Four Challenges in Converting COBOL Applications from ISAM Databases to Relational Databases

COBOL applications are the foundation of numerous essential business functions, especially within the banking, insurance, and government sectors....

Read More