RMAN-06813: could not translate pluggable database XXXXX
(Doc ID 2328906.1)
Last updated on FEBRUARY 03, 2025
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
For the purposes of this document, the following fictitious environment is used as an example to describe the procedure:
Pluggable Database Name: TEST_PDB
*********************
Patch 19809171 applied but still facing RMAN-06813
run {
allocate channel ch1 device type disk;
set until time='15:11:17 11:26:00';
restore pluggable database TEST_PDB;
recover pluggable database TEST_PDB;
alter pluggable database TEST_PDB open resetlogs;
release channel ch1;
}
...
Starting restore at 2017-11-15_11:53:43
released channel: ch1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 11/15/2017 11:53:43
RMAN-06813: could not translate pluggable database TEST_PDB
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |