Thank you for visiting Spatial DBA - Oracle and ArcSDE.
I have stopped updating the blog.
Please visit Oracle DBA Tips (http://www.oracledbatips.com) for more Oracle DBA Tips.
===============================================================
V$BACKUP_COPY_SUMMARY provides summary information for the output datafile and control file copy.
Column | Datatype | Description |
NUM_COPIES | NUMBER | Number of copies created |
NUM_DISTINCT_COPIES | NUMBER | Number of distinct copies (that contain datafiles with different checkpoints) |
MIN_CHECKPOINT_CHANGE# | NUMBER | Minimum checkpoint change SCN |
MAX_CHECKPOINT_CHANGE# | NUMBER | Maximum checkpoint change SCN |
MIN_CHECKPOINT_TIME | DATE | Minimum checkpoint change time |
MAX_CHECKPOINT_TIME | DATE | Maximum checkpoint change time |
OUTPUT_BYTES | NUMBER | Total number of output bytes |
OUTPUT_BYTES_DISPLAY | VARCHAR2(4000) | Displayable format for output bytes |
Note:
1. The corresponding RMAN catalog view is RC_BACKUP_COPY_SUMMARY.
Oracle data dictionary views
Last updated: 2009-12-15 Tuesday |
No comments:
Post a Comment