DUPLICATE DATABASE (RMAN) ON THE SAME MACHINE
Did any one faced the below error which occurs when you try to create duplicate database using the RMAN's duplicate statment. it fails while coping the archive log. I tried to put both DB_FILE_NAME_CONVERT and DB_LOG_FILE_NAME_CONVER but didnt worked out.
C:\Documents and Settings\ajitb>rman
Recovery Manager: Release 11.1.0.7.0 - Production on Tue Feb 24 15:59:24 2009
Copyright (c) 1982, 2007, Oracle. All rights reserved.
RMAN> connect target sys/oracle@minchu
connected to target database: MINCHU (DBID=1719994082)
RMAN> connect AUXILIARY sys/oracle@CLNDB
connected to auxiliary database: CLNDB (not mounted)
RMAN> DUPLICATE TARGET DATABASE
2> TO 'CLNDB'