• |
To use automated table-level recovery, the directory specified in the “Auxiliary Destination” clause must exist prior to executing recovery. You can use an existing empty directory, or create a new directory, provided that the directory exists before starting the process. |
• |
You must use the CONFIGURE command to configure the channels in RMAN. The auxiliary database will use the same channels as the target database. |
• |
You cannot use the “REMAP” clause to recover tables with named NOT NULL constraints. |
• |
Table-level recovery requires the use of the “until” clause to define the state that you want to recover to. |
1 |
In the Recovery Type section on the Perform Recovery tab, select the Perform Table Level Point in Time Recovery option. |
2 |
• |
If you select the System Change Number Based option, the plug-in instructs RMAN to use the “until scn” clause during table recovery. For example: until scn 5555638 |
• |
If you select the Log Sequence Based option, the plug-in instructs RMAN to use the “until sequence <number> thread <number>” clause during table recovery. For example: until sequence 38 thread 1 |
• |
If you select the Time Based option, the plug-in instructs RMAN to use the “until time” clause during table recovery. For example: until time "to_date('2013/11/23 06:59:00', 'yyyy/mm/dd hh24:mi:ss')" |
3 |
In the Auxiliary Destination field, specify a directory (full path) that the auxiliary instances will use to store all the files needed, including copies of the controlfile, archived logs, and datafiles. |
4 |
In the Recover table field, enter a comma-separated list of tables that you want to include in the recovery table as part of a table-level recovery. |
IMPORTANT: When listing a table from a common user, use double quotation marks. While SQL*Plus accepts queries on the tables using a string that includes C## or c# and excludes the double quotation marks, RMAN does not. |
5 |
In the Remap table field, enter a comma-separated list of tables that you want to rename, if applicable, as a part of a table-level recovery. |
© ALL RIGHTS RESERVED. Nutzungsbedingungen Datenschutz Cookie Preference Center