How to copy a database withh different name on same host ( AIX Server)
We propose to use EMC timefinder BCV split ot clonig techniques.
I am using the sequence described on one of the discussions tiltled "Oracle 10g Hot Back using IBM snapshot"
The sequence at the source database I used is:
alter system check point;
alter system archive log current;
alter database begin backup;
alter system suspend;
Take snapshot of oracel files
alter system resume;
alter database end backup;
alter system archive log current;
take backup of controlfile, take another snapshot of archive log location.