Changes in This Release for Backup and Recovery User's Guide
This preface contains:
Changes in Oracle Database Release 19c
The following are changes in the Oracle Database Backup and Recovery User’s Guide for Oracle Database Release 19c.
-
Recovery catalog support for PDBs
You can connect to a recovery catalog when the target database is a pluggable database (PDB).
-
Automatic deletion of flashback logs
Flashback logs that are beyond the retention period are automatically deleted. Automatically deleting flashback logs simplifies the management of the fast recovery area and improves the performance of flashback database.
See "Managing Space for Flashback Logs in the Fast Recovery Area".
-
Deprecated Features
-
Starting in Oracle Database 19c, the Data Recovery Advisor (DRA) feature is deprecated.
The deprecation of DRA includes deprecation of the following Oracle Recovery Manager (RMAN) commands:
LIST FAILURE
,ADVISE FAILURE
,REPAIR FAILURE
, andCHANGE FAILURE
. Database administrators will no longer have access to these commands. There is no replacement feature for DRA. - The
RECOVER…SNAPSHOT TIME
method of recovering a database to a point in time using a particular snapshot is deprecated in Oracle Database 19c.Instead of
RECOVER…SNAPSHOT TIME
, Oracle recommends that you useALTER DATABASE BEGIN/END BACKUP
before and after creating the storage snapshot of the data files and then useRECOVER .. UNTIL TIME
to a specific timestamp or system change number (SCN) after theEND BACKUP
completion time. Oracle recommends thatALTER DATABASE BEGIN/END BACKUP
always be used when performing snapshots on a running database to ensure data recovery integrity. Archived log redo logs must be separately backed up and restored for recovery operations.
-
Changes in Oracle Database Release 18c, Version 18.1
The following are changes in Oracle Database Backup and Recovery User’s Guide for Oracle Database release 18c, version 18.1.
New Features
-
Duplicate PDBs into an existing CDB
The
DUPLICATE
command can be used to duplicate a PDB to an existing CDB.
-
Duplicate databases to Oracle Cloud
An on-premises Oracle database can be duplicated to Oracle Cloud Infrastructure Classic. Similarly, you can duplicate an Oracle database in Oracle Cloud Infrastructure Classic as an on-premises database.
-
Roll forward a physical standby
Improvements to the functionality for rolling forward a standby database result in a simplified procedure for performing this task.
-
RMAN backups usable after migration
RMAN backups of a non-CDB or PDB that were created before the non-CDB or PDB was migrated and plugged in to a different CDB can be used for recovery operations in the new CDB.
-
Shadow lost write protection
Data loss is minimized by fast detection and immediate response to data block lost rewrites.
See Also: