While connecting to catalog database using RMAN you may get below error like . PL/SQL package DBMS_RCVMAN version 12.01.00.01 in RCVCAT database is not current. Problem: or...
rman
RMAN-20001: target database not found in recovery catalog
While taking backup by connecting to catalog database, Got RMAN-20001 : target database not found error. Below is the exact error; released channel: t1 released channel: t2 released channe...
Rman backup in multitenant database oracle 12c
With multitenant feature introduced in oracle 12c, New commands are there for taking rman backup of pluggable database and root container database. Backup of complete container( ROOT + ALL PDBS ) SQL&...
monitor rman backup progress
Use the below query to monitor the currently running rman backup status. SELECT SID, SERIAL#, CONTEXT, SOFAR, TOTALWORK, ROUND(SOFAR/TOTALWORK*100,2) "%_COMPLETE" FROM V$SESSION_LONGOPS WHERE OPNAME L...