Veritas Storage Foundation™ for Oracle 5.0.1 Administrator's Guide

Found archive log destination at /snap_arch11r1/FLAS11r1.
The latest archive log(s) must now be applied. To apply
the logs, open a new window and perform the following steps:
1. You must copy required archive log(s) from primary to clone:
Primary archive logs in /snap_arch11r1/FLAS11r1
Clone archive logs expected in /tmp/test2cln/snap_arch11r1/FLAS11r1.
2. ORACLE_SID=test2cln; export ORACLE_SID # sh and ksh, OR
setenv ORACLE_SID test2cln #csh
3. /oracle/11gr1/bin/sqlplus /nolog
4. CONNECT / AS SYSDBA
5. RECOVER DATABASE UNTIL CANCEL USING BACKUP CONTROLFILE
6. enter the archive log(s) you would like to apply
7. EXIT
Press <Return> after you have completed the above steps
To clone an Oracle instance with automatic Oracle recovery
Use the dbed_clonedb command as follows:
$ dbed_clonedb -S test1cln -m /tmp/test1cln \
-c Checkpoint_1239012493
Primary Oracle SID is FLAS11r1
New Oracle SID is test1cln
Cloning an online Storage Checkpoint Checkpoint_1239012493.
Mounting Checkpoint_1239012493 at /tmp/test1cln.
All redo-log files found.
Creating inittest1cln.ora from /tmp/vxdba.rel.tmp.25063/initFLAS11r1.ora.
Altering db_name parameter in inittest1cln.ora.
Editing remote_login_passwordfile in inittest1cln.ora.
Altering control file locations in inittest1cln.ora.
Copying inittest1cln.ora to /oracle/11gr1/dbs/inittest1cln.ora.
173Using Storage Checkpoints and Storage Rollback
Cloning the Oracle instance using dbed_clonedb