Hello Erman,
I used to do cloning of EBSR12.2 by putting the system and database down to perform the backup of database and copy it to target. but clients are making complaints because of this. So I am planning to do online backup.
i am reviewing your post on EBSR12.2 cloning
http://ermanarslan.blogspot.com/2014/07/ebs-122-cloning-real-life-example.htmlI have a few questions on RMAN backup for the database.
1. In section Backing up to database online (with rman) :what does the line below do? which part do I need to specify the directory?
backup device type disk format '/yedek/Bck_For_Clone/%d_full_%s_%p.bck' database plus archivelog;
piece handle=/yedek/Bck_For_Clone/DBERP_full_10_1.bck tag=TAG20140702T110301 comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:01
Finished backup at 02-JUL-142. Duplicating/ Opening the cloned database on the Target Database Server:
"Connect to target , modify your pfile according to your needs, create an spfile and startup nomount your database with the new name on the target server.
Also set your db_file_name_convert, log_file_name_convert parameters before duplicating the db.
db_file_name_convert=(+DATA,/+DATAERMAN)
log_file_name_convert=(+DATA,+DATAERMAN)"what do I need to modify in the pfile?
how do I set set your db_file_name_convert, log_file_name_convert parameters ?
Thanks and Regards,
Roshan