Creating a split-mirror snapshot of the database

The following figure shows the snapshot step. The arrow pointing back to the original volume indicates that the snapshot volume can be rejoined to the original volume, updated, and ready to create a refreshed snapshot.

Figure: Creating a backup of the database with a snapshot

Creating a backup of the database with a snapshot

The following procedure describes how to create a snapshot of the database and save it for later use. The snapshot process is most beneficial when done on a periodic basis.

To create a snapshot of the Oracle datafile volume

  1. Open the Oracle database and verify that the tablespace you want to work with is running normally.
  2. In the VEAGUI, prepare the volume that contains the datafile of the tablespace.

    Optionally, use the following command:

    vxassist -g<DynamicDiskGroupName> snapstart <DriveLetter>
  3. In Oracle, ALTER the tablespace with the BEGIN BACKUP option to prepare the database logs for backup creation mode.
  4. In the VEA GUI, click the Snap Shot button to create a snapshot of the Oracle datafile volume.

    Optionally, use the following command:

    vxassist -g<DynamicDiskGroupName> snapshot <DriveLetter>
  5. In Oracle, ALTER the tablespace with the END BACKUP option to set the database logs to normal mode.
  6. In Oracle, archive the current database log to keep it at the same level as the snapshot.

To resume normal processing with the Oracle datafile