PIT restore job of the root fails with error "Specifying CDB$ROOT database is not supported"

記事: 100014336
最終公開日: 2024-12-30
評価: 1 0
製品: Backup Exec

Problem

The point-in-time (PIT) restore job of the root fails with an error message.

Error Message

RMAN-05105: Specifying CDB$ROOT database is not supported

Cause

RMAN does not support this type of operation on the root for following reasons:

  • The root holds the metadata for all other pluggable databases (PDB) in that container database (CDB). The CDB might also go in an inconsistent state because of metadata inconsistencies between the PDBs and the root.
  • The root also holds the undo tablespace, which is common (shared) among all the PDBs. If a user restores the root to a PIT, the undo tablespace that holds the undo data of other containers will be lost.

     

Solution

Recover the whole container database instead of recovering only the root.

 

Applies To

All versions of Backup Exec + All versions of Oracle from 12c onwards, as the database.

Was this content helpful?