if face issue when i try Out-of-place restore and send RMAN log , this will be great if someone can help !!
Rman Log:[
Recovery Manager: Release 12.1.0.2.0 - Production on Wed Mar 30 15:23:05 2022
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
RMAN>
connected to target database: IXCPRD (DBID=2549889068, not open)
using target database control file instead of recovery catalog
RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20>
allocated channel: ch1
channel ch1: SID=3202 device type=SBT_TAPE
channel ch1: CommVault Systems for Oracle: Version 11.0.0(BUILD80)
allocated channel: ch2
channel ch2: SID=3299 device type=SBT_TAPE
channel ch2: CommVault Systems for Oracle: Version 11.0.0(BUILD80)
allocated channel: ch3
channel ch3: SID=3396 device type=SBT_TAPE
channel ch3: CommVault Systems for Oracle: Version 11.0.0(BUILD80)
allocated channel: ch4
channel ch4: SID=3493 device type=SBT_TAPE
channel ch4: CommVault Systems for Oracle: Version 11.0.0(BUILD80)
allocated channel: ch5
channel ch5: SID=3590 device type=SBT_TAPE
channel ch5: CommVault Systems for Oracle: Version 11.0.0(BUILD80)
sent command to channel: ch1
sent command to channel: ch2
sent command to channel: ch3
sent command to channel: ch4
sent command to channel: ch5
Starting recover at Mar 30 2022 15:23:11
starting media recovery
archived log for thread 2 with sequence 30649 is already on disk as file /cbio6/oradata/IXCPRD/IXCPRD/archivelog/2_30649_954345004.dbf
archived log for thread 3 with sequence 30587 is already on disk as file /cbio6/oradata/IXCPRD/IXCPRD/archivelog/3_30587_954345004.dbf
unable to find archived log
archived log thread=1 sequence=30748
released channel: ch1
released channel: ch2
released channel: ch3
released channel: ch4
released channel: ch5
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 03/30/2022 15:23:14
RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 30748 and starting SCN of 13626799752295
RMAN>
Recovery Manager complete.
]
Executing SQL script [ ALTER SYSTEM SET DB_RECOVERY_FILE_DEST='/cbio6/oradata/IXCPRD/';
ALTER SYSTEM SET log_archive_dest_1='LOCATION=USE_DB_RECOVERY_FILE_DEST';
exit;
]