Oracle 视图 V$PROXY_COPY_DETAILS 官方解释,作用,如何使用详细说明
本站中文解释
Oracle视图V$PROXY_COPY_DETAILS用于获取数据库表空间中某种类型的数据文件被复制的进度以及拷贝状态等信息。 该视图仅在使用外部表空间进行镜像拷贝时有用。 它可以提供有关当前母体表空间中某些文件执行复制操作的信息,以及数据文件执行拷贝操作时的拷贝进度和状态的信息。
使用示例:
SELECT source_name, target_name, copy_status FROM V$PROXY_COPY_DETAILS WHERE dest_tablespace=’USERS_COPY’;
上面的示例查询将获取当前USER_COPY表空间中拷贝操作的源文件名称、目标文件名称以及拷贝状态。
官方英文解释
V$PROXY_COPY_DETAILS
contains information about all available control file and datafile proxy copies.
Column | Datatype | Description |
---|---|---|
|
|
Session identifier |
|
|
Session recid |
|
|
Session stamp |
|
|
Copy identifier |
|
|
Absolute datafile number, or 0 if this is a control file backup |
|
|
Proxy copy handle identifies the copy for restore |
|
|
Name of the media on which the copy resides. This value is informational only. It is not needed for restore. |
|
|
Media pool in which the copy resides. This is the same value that was entered in the |
|
|
Proxy copy tag |
|
|
Datafile creation change number |
|
|
Datafile creation timestamp |
|
|
Checkpoint change number of the datafile when the copy was made |
|
|
Checkpoint timestamp of the datafile when the copy was made |
|
|
Total output bytes written |
|
|
Completion time |
|
|
Type of control file:
|
|
|
Indicates whether this backup set has a retention policy that is different than the value for the configure retention policy ( |
|
|
If specified, then this is the date after which the backup becomes obsolete. If this column is NULL, then the backup never expires. |
|
|
Additional retention options for this backup set:
|
|
|
Displayable format for output bytes |
|
|
The ID of the container to which the data pertains. Possible values include:
|