CONNECT TO THE DATABASE WITH THE RMAN EXECUTABLE, AND MAKE NEW LEVEL 0 AND LEVEL 1 INCREMENTAL BACKUPS

11. Connect to the database with the RMAN executable, and make new level 0

and level 1 incremental backups:

backup incremental level 0 database;backup incremental level 1 database;

If either backup fails with errors relating to space in the flash recovery area,

increase its size with a command such as this, issued from SQL*Plus:

alter system set db_recovery_file_dest_size=4G;