Veritas Storage Foundation for Oracle 5.0 Administrator's Guide, HP-UX 11i v3, Second Edition, December 2008

This example shows how to establish a mandatory archive destination using
SQL*Plus:
alter system set log_archive_dest_1 = \
'LOCATION=/ora_mnt/oracle/oradata/PROD/archivelogs MANDATORY \
[REOPEN]' [scope=both];
For more information about Oracle parameters for archiving redo logs, see your
Oracle documentation.
For example, the scope=both parameter value does not work in Oracle 10gR2.
Validating a snapplan (dbed_vmchecksnap)
After creating a snapplan, the next steps are to validate the snapplan parameters
and check whether the snapshot volumes have been configured correctly for
creating snapshots. If validation is successful, the snapplan is copied to the
repository. The snapplan is validated using the dbed_vmchecksnap command with
the -o validate option.
In Veritas Storage Foundation for Oracle RAC configurations, dbed_vmchecksnap
with the -o validate option can be executed only on the VxVM CVM master
node.
Consider the following prerequisites and notes before validating a snapplan:
The database must be up and running while executing the
dbed_vmchecksnap command.
Prerequisites
The dbed_vmchecksnap command must be run as the Oracle
database administrator.
The default behavior is to force validation. Use the -n option if
you want to skip validation.
After validating the snapplan, you have the option of modifying
the snapplan file to meet your storage configuration requirements.
If a snapplan is updated or modified, you must re-validate it. It is
recommended that snapplans are revalidated when changes are
made in the database disk group.
The dbed_vmchecksnap command can be used on the primary
or secondary host. In an Oracle RAC configuration both need to be
specified as the host name of the CVM master node.
See the dbed_vmchecksnap(1M) manual page for more
information.
Usage notes
255Using Database FlashSnap for backup and off-host processing
Validating a snapplan (dbed_vmchecksnap)