RMAN-05541: no archived logs found in target database
duplication of a database is being done with a backup done previously, the type of duplication is: Backup-Based Duplication Without a Target Database and Recovery Catalog Connection, the following error occurs:
Oracle instance shut down
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 08/13/2019 15:38:59
RMAN-05501: aborting duplication of target database
RMAN-05541: no archived logs found in target database
this is scripts duplication:
connect auxiliary /
set echo on;
run {
allocate auxiliary channel t1 type disk;
allocate auxiliary channel t2 type disk;
allocate auxiliary channel t3 type disk;
duplicate target database to x86rman backup location '/backup/export/scripts/adfi/rman';