Database Storage Checkpoint Commands

The Storage Foundation for Databases (SFDB) tools provide a command line interface to many key operations. The command line interface enables you to incorporate command operations into scripts and other administrative processes.

SFDB tools commands supported are located in the /opt/VRTS/bin directory.

The online manual pages for these commands are located in the /opt/VRTS/man directory.

Note:

For a Storage Foundation product database, when you issue the commands, replace $ORACLE_SID with $ORACLE_SID=instance_name and provide the instance name on which the instance is running.

Table: Database Checkpoint commands summarizes the commands available to you from the command line.

Table: Database Checkpoint commands

Command

Description

dbed_ckptcreate

Command that creates a Storage Checkpoint for an Oracle database.

See Creating Storage Checkpoints using dbed_ckptcreate.

dbed_ckptdisplay

Command that displays the Storage Checkpoints associated with an Oracle instance.

dbed_ckptmount

Command that mounts a Storage Checkpoint for an Oracle instance.

dbed_ckptumount

Command that unmounts a Storage Checkpoint for an Oracle instance.

dbed_ckptrollback

Command that rolls back an Oracle instance to a Storage Checkpoint point-in-time image.

dbed_ckptremove

Command that removes a Storage Checkpoint for an Oracle instance.

dbed_clonedb

Command that creates a copy of an Oracle database by cloning all existing database files and recreating the control file accordingly. This cloned database can only be started on the same host as the existing database as long as it uses a different SID.

This section displays examples of SFDB commands that are used to perform administrative operations for Storage Checkpoints and Storage Rollbacks. Review the prerequisites and usage notes listed for each command before using that command.

Note:

For detailed information about these commands, their command syntax, and available options, see the individual manual pages.

More Information

Displaying Storage Checkpoints using dbed_ckptdisplay

Mounting Storage Checkpoints using dbed_ckptmount

Unmounting Storage Checkpoints using dbed_ckptumount

Performing Storage Rollback using dbed_ckptrollback

Removing Storage Checkpoints using dbed_ckptremove

Cloning the Oracle instance using dbed_clonedb