Hi,

I have an rman cold backup of the source database which is a non-asm database ie., on ext3 filesystem.

Now i have to migrate this backup to ASM.

After mounting the target, Can i restore directly, by specifying the db_file_name_convert and log_file_name_convert parameters

like db_file_name_convert = '/oracle/oradata','+DATA'
log_file_name_convert='/oracle/oradata','+DATA'


( I cannot do dup database, becoz i don't have access to source database )