Oracle 视图 V$BACKUP_COPY_SUMMARY 官方解释,作用,如何使用详细说明
本站中文解释
V$BACKUP_COPY_SUMMARY视图是数据库备份和恢复操作的视图,显示RMAN命令复制和恢复批处理的总结,供DBA识别失败的操作。
V$BACKUP_COPY_SUMMARY视图可通过如下sql语句被访问:
SELECT * FROM v$backup_copy_summary;
V$BACKUP_COPY_SUMMARY视图的使用主要是为了检查当前正在备份的情况,包括备份起始时间、备份类型,备份的文件等。
使用V$BACKUP_COPY_SUMMARY视图可以查看执行的备份是否失败,从而及时修复备份失败的情况。
官方英文解释
V$BACKUP_COPY_SUMMARY
provides summary information for the output data file and control file copy.
Column | Datatype | Description |
---|---|---|
|
|
Number of copies created |
|
|
Number of distinct copies (that contain data files with different checkpoints) |
|
|
Minimum checkpoint change SCN |
|
|
Maximum checkpoint change SCN |
|
|
Minimum checkpoint change time |
|
|
Maximum checkpoint change time |
|
|
Total number of output bytes |
|
|
Displayable format for output bytes |
|
|
The ID of the container to which the data pertains. Possible values include:
|