Oracle 视图 V$BACKUP_ARCHIVELOG_DETAILS 官方解释,作用,如何使用详细说明
本站中文解释
Oracle视图V$BACKUP_ARCHIVELOG_DETAILS视图用于查询归档日志的备份信息。该视图的数据来源是V$BACKUP_ARCHIVELOG和V$BACKUP_FILES_DETAILS视图。
V$BACKUP_ARCHIVELOG_DETAILS表主要用于检索归档日志的备份信息,它描述了每次归档日志备份所用到的输出。它反映了一个归档日志备份运行时所记录下的全部信息。该表视图当前仅包含 RMAN 手动和自动归档日志备份运行时记录的信息。
该视图可以在任何时间检索和查询该归档日志备份信息。例如,可以检索每次归档日志备份所用到输出、所使用的备份媒体、恢复的起始一致性时间,以及发生的错误等等。
使用该视图可以轻松跟踪归档日志备份的作业。
下面是使用该视图的示例:
SELECT * FROM V$BACKUP_ARCHIVELOG_DETAILS;
官方英文解释
V$BACKUP_ARCHIVELOG_DETAILS
contains information about all restorable archive logs.
It will include all archived logs backed up in a backup set or proxy copies.
Column | Datatype | Description |
---|---|---|
|
|
Backup type container, either |
|
|
Unique identifier for the backup type. For |
|
|
Session identifier |
|
|
Session recid |
|
|
Session stamp |
|
|
If If |
|
|
If If |
|
|
Thread number |
|
|
Sequence number |
|
|
Resetlogs change SCN |
|
|
Resetlogs change time |
|
|
First change SCN |
|
|
First change time |
|
|
Next change SCN |
|
|
Next change time |
|
|
File size |
|
|
The ratio between the total blocks in the archive log and the blocks that RMAN backed up. This is not the ratio from the |
|
|
Same value as the |
|
|
The ID of the container to which the data pertains. Possible values include:
|