[RMAN] Exporting tablespace metadata fails
(Doc ID 3052566.1)
Last updated on OCTOBER 09, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterInformation in this document applies to any platform.
Goal
RMAN export of tablespace metadata may fail.
$ rman nocatalog
RMAN> connect target "sys@<***> as sysdba"
RMAN> backup for transport incremental from scn 123456789 format '/tmp/rman_tts.bk' tablespace TEST01 DATAPUMP FORMAT '/tmp/rman_tts.dmp';
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on ORA_DISK_1 channel at
ORA-19980: cannot open Data Pump dump file ***.dmp
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
Solution
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
Goal |
Solution |