Veritas Storage Foundation 5.1 SP1: Storage and Availability Management for Oracle (5900-1504, April 2011)

recoverdb option is not used, you can perform point-in-time recovery
manually.
In the following example, a clone of the primary database is automatically
created on the same host as the primary database.
$ /opt/VRTS/bin/dbed_vmclonedb -S FLAS11r2 \
-o recoverdb,new_sid=clone1,server_name=motmot.veritas.com -f snap1 \
-r /cudb
USERNAME: ora11gr2
STDOUT:
dbed_vmclonedb started at 2010-06-21 23:43:02
Editing remote_login_passwordfile in initclone1.ora.
All redo-log files found.
Altering instance_name parameter in initclone1.ora.
Altering instance_number parameter in initclone1.ora.
Altering thread parameter in initclone1.ora.
Database CLONE1 (SID=clone1) is running.
dbed_vmclonedb ended at 2010-06-21 23:47:44
In the following example, a clone of the primary database is automatically
created on a secondary host.
$ /opt/VRTS/bin/dbed_vmclonedb -S FLAS11r2 \
-o recoverdb,new_sid=clone1,server_name=motmot.veritas.com -f snap1
-r /cudb
USERNAME: ora11gr2
STDOUT:
dbed_vmclonedb started at 2010-06-21 23:43:02
Editing remote_login_passwordfile in initclone1.ora.
All redo-log files found.
Altering instance_name parameter in initclone1.ora.
Altering instance_number parameter in initclone1.ora.
Altering thread parameter in initclone1.ora.
Database CLONE1 (SID=clone1) is running.
dbed_vmclonedb ended at 2010-06-21 23:47:44
In the following example, a clone of the primary database is automatically
created using mapped mounts. The Primary database mount points are located
at /prod_db and /prod_ar. These were specified in the snapplan to be mapped
to /tmp/datadst and /tmp/archdst.
$/opt/VRTS/bin/dbed_vmclonedb -S PROD \
-o recoverdb,new_sid=NEWPROD,server_name=svr_name -f snap1
Using Database FlashSnap for backup and off-host processing
FlashSnap commands
186