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.
POST_WTRCMD=UNTIL_SNAPSHOT
command instructs the writer to perform recovery to the snapshot creation time.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:
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.