9.7 About Integrating VSS with Third-Party Requester Applications
Oracle VSS writer allows third-party requester applications to control the behavior of recovery and backup sessions.
Third-party requester applications use VSS API setBackupOptions
or setRestoreOptions
to pass an appropriate string to the writer. The writer uses getBackupOptions
or getRestoreOptions
to get the string set from the requester to perform the pre or post backup and restore actions.
Topics:
- Running Writer Control Commands
The writer control commands are applicable to all the restored components during the postrestore phase. - Controlling Commands for Database or All Tablespaces Component
ThePOST_WTRCMD=UNTIL_SNAPSHOT
command instructs the writer to perform recovery to the snapshot creation time.
9.7.1 Running Writer Control Commands
The writer control commands are applicable to all the restored components during the postrestore phase.
The format is as follows:
OP1=CMD1, OP2=CMD2, . . .
Run the commands in the following sequence:
9.7.2 Controlling Commands for Database or All Tablespaces Component
The POST_WTRCMD=UNTIL_SNAPSHOT
command instructs the writer to perform recovery to the snapshot creation time.
Run the following command:
POST_WTRCMD=UNTIL_SNAPSHOT
This command instructs the writer to perform recovery to the snapshot creation time. The writer extracts the system change number of the redo logs stored in the database component and performs recovery until the system change number.