This is a well used customer database in QA and there was a refresh recently. I've been tasked to duplicate the database to our POC box from backup before refresh date.
I've tried until time and until scn and both fail for controlfile.
It is looking for: CONTROLFILE/current.355.1120478111
But the current is: /CONTROLFILE/current.521.1118330231
AND, there was no +ASM mulitplex of CF but a disk copy which still exists. "controlfile/o1_mf__wrch3tcg_.ctl"
After refresh, I multiplex CF to +DATA_DG and +ARCHIVE_DG.
So rman duplicate looking for CONTROLFILE/current.355.1120478111 and controlfile/o1_mf__wrch3tcg_.ctl (<- this one still exists).
But what is available in v$controlfile is: +DATA/CONTROLFILE/current.521.1118330231 and +ARCH/CONTROLFILE/current.905.1120326525
Can anyone help? I tried Oracle Doc ID 1348071.1 to run "backup archivelog all" but still get same error.