CREATE_RESTORE_POINT
This procedure is used to define a named restore point on the Recovery Appliance that can then be used later to create an archival backup.
Syntax
PROCEDURE CREATE_ARCHIVAL_BACKUP( db_unique_name IN VARCHAR2, restore_point IN VARCHAR2, restore_until_scn IN NUMBER DEFAULT NULL, restore_until_time IN TIMESTAMP WITH TIME ZONE DEFAULT NULL, comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 22-12 CREATE_ARCHIVAL_BACKUP Parameters
Parameter | Description |
---|---|
|
The |
|
User specified name for the restore point name. |
|
User specified recovery SCN for which a restore point is created. |
|
User specified recovery time for which a restore point is created. |
|
Optional user supplied comment describing reason for executing this command. |