Veritas Storage Foundation™ for Oracle 5.0.1 Administrator's Guide

Table A-3
dbed_clonedb command options
DescriptionOption
Specifies the name of the new Oracle SID, which will be the
name of the new database instance.
-S CLONE_SID
Indicates the new mount point of the Storage Checkpoint.-m MOUNT_POINT
Indicates the name of the Storage Checkpoint.-c CKPT_NAME
Runs the command in interactive mode where you must
respond to prompts by the system. The default mode is
non-interactive. (Optional)
-i
Shuts down the clone database and unmounts the Storage
Checkpoint file system.
-o umount
Mounts the Storage Checkpoint file system and starts the
clone database. The -o restartdb option will not attempt
to recover the clone database.
-o restartdb
Used with the -o umount option. If the -d option is
specified, the Storage Checkpoint used to create the clone
database will be removed along with the clone database.
-d
Specifies a file containing initialization parameters to be
modified or added to the clone database's initialization
parameter file prior to startup. The format is the same as
the Oracle initialization parameter file.
-p
pfile_modification_file
To clone an Oracle instance with manual Oracle recovery
Use the dbed_clonedb command as follows:
$ dbed_clonedb -S test2cln -m /tmp/test2cln \
-c Checkpoint_1239013340 -i
Primary Oracle SID is FLAS11r1
New Oracle SID is test2cln
Cloning an online Storage Checkpoint Checkpoint_1239013340.
Mounting Checkpoint_1239013340 at /tmp/test2cln.
All redo-log files found.
Creating inittest2cln.ora from /tmp/vxdba.rel.tmp.27511/initFLAS11r1.ora.
Altering db_name parameter in inittest2cln.ora.
Editing remote_login_passwordfile in inittest2cln.ora.
Altering control file locations in inittest2cln.ora.
Copying inittest2cln.ora to /oracle/11gr1/dbs/inittest2cln.ora.
345Veritas Storage Foundation for Oracle Command Line Interface
About the command line interface