Oracle 视图 DBA_SSCR_RESTORE 官方解释,作用,如何使用详细说明
本站中文解释
Oracle视图DBA_SSCR_RESTORE存储备用恢复特定控制文件或数据文件副本的备用恢复时间信息。它主要用于控制哪些数据文件应恢复到指定控制文件或特定控制文件中。使用该视图,可以指定由恢复过程使用的恢复时间,其中每个数据文件的恢复时间可以是不同的,确保恢复到所需的平台。使用这个视图,DBA可以查询已备份控制文件和特定数据文件的备份时间。此外,它还可以查询恢复操作的备份和恢复状态,以及一个属性来表明恢复操作是部分的还是未完成的。
官方英文解释
DBA_SSCR_RESTORE
displays session state restore statistics.
Column | Datatype | NULL | Description |
---|---|---|---|
|
| Database name of restored session | |
|
| Instance name of restored session | |
|
| Instance ID of restored session | |
|
| Session ID of restored session | |
|
| Session serial number of restored session | |
|
|
| User name of restored session |
|
|
| Schema name of restored session |
|
| Sequence number of restore operation | |
|
| Mode of restore operation | |
|
| Scope of restore operation | |
|
| Format of restore files | |
|
| Directory object of restore files | |
|
| Locator of master restore file | |
|
| Timestamp of restore operation |
编辑:一起学习网
标签:文件,视图,时间,数据,备份