Oracle 视图 V$COPY_CORRUPTION 官方解释,作用,如何使用详细说明
本站中文解释
:
Oracle视图V$COPY_CORRUPTION是用来报告当前控制文件的备份拷贝可能遭到破坏信息的视图。V$COPY_CORRUPTION仅显示控制文件还没有被弃用的备份拷贝中可能遭受损坏的信息。
使用方式:
1. 在SQL*Plus中输入查询语句:SELECT * FROM V$COPY_CORRUPTION;
2. 对查询结果分析,查看是否有备份拷贝可能遭受损坏的信息,并采取相应的措施进行处理。
官方英文解释
V$COPY_CORRUPTION
displays information about data file copy corruptions from the control file.
Column | Datatype | Description |
---|---|---|
|
|
Copy corruption record ID |
|
|
Copy corruption record stamp |
|
|
Data file copy record ID |
|
|
Data file copy record stamp |
|
|
Data file number |
|
|
First block of the corrupted range |
|
|
Number of contiguous blocks in the corrupted range |
|
|
Change number at which the logical corruption was detected. Set to |
|
|
( |
|
|
Type of block corruption in the data file:
|
|
|
The ID of the container to which the data pertains. Possible values include:
|