Oracle 视图 V$BACKUP_ARCHIVELOG_SUMMARY 官方解释,作用,如何使用详细说明
本站中文解释
Oracle视图V$BACKUP_ARCHIVELOG_SUMMARY为用户提供了一种查看归档日志文件备份情况的方法.
该视图中包含备份归档日志文件的状态和情况,主要有:存放的位置、归档的序列号、生成时间、活跃状态、备份进度等信息.
使用方法:
1.登录SQL*Plus,输入如下SQL语句:
select * from V$BACKUP_ARCHIVELOG_SUMMARY
2.运行查询语句可以获得备份归档日志文件的总体状况,以及每个归档日志文件的详细信息。
3.用户可以利用该表来检查归档日志文件是否备份完成,或者查询需要恢复的归档日志文件位置、归档日志文件的生成时间等信息。
官方英文解释
V$BACKUP_ARCHIVELOG_SUMMARY
provides archive log summary information based on archive logs in the backup set or on proxy copies.
Column | Datatype | Description |
---|---|---|
|
|
Number of files backed up |
|
|
Number of distinct archive log files backed up |
|
|
Lowest SCN range value |
|
|
Highest SCN range value |
|
|
Lowest SCN range time |
|
|
Highest SCN range time |
|
|
Total input bytes read |
|
|
Output size of backups |
|
|
The ratio between the total blocks in the archive log and the blocks that RMAN backed up. This is not the ratio from the |
|
|
Displayable format for input bytes |
|
|
Displayable format for output bytes |
|
|
The ID of the container to which the data pertains. Possible values include:
|