RMAN duplicate not restore to the latest incremental backupset
Below are my database specs:
OS: RHEL AS 5.3
DB: 11.1.0.7.0.
I try to perform RMAN duplicate to restore a standby database, but the duplication only taking the latest level 0 backup and it is not picking up the latest incremental level 1 backup.
Below commands i have issue in the standby host:
rman target sys/password@ebeandb catalog rman/password@catdb auxiliary /
Recovery Manager: Release 11.1.0.7.0 - Production on Thu Jun 25 15:35:56 2009
Copyright (c) 1982, 2007, Oracle. All rights reserved.
connected to target database: EBEANDB (DBID=907970156)
connected to recovery catalog database
connected to auxiliary database: EBEANDB (not mounted)
RMAN> run {
2> allocate auxiliary channel ch01 device type disk;