7.124 V$CLONEDFILE
V$CLONEDFILE provides CloneDB file information.
               
| Column | Datatype | Description | 
|---|---|---|
| 
 | 
 | Snapshot/master file name. This file is the master file from the master database. The snapshot file is also sometimes referred to as the srcfile. | 
| 
 | 
 | CloneDB file name. This file is the cloned file (of master file) which resides in the current (cloned database). The cloned file is sometimes referred to as the destfile. | 
| 
 | 
 | Number of blocks reads to the snapshot file (master file) | 
| 
 | 
 | Number of read requests to the snapshot file (master file) | 
| 
 | 
 | File number of the cloned file | 
| 
 | 
 | The ID of the container to which the data pertains. Possible values include: 
 | 
| 
 | 
 | Amount of space allocated in blocks in the file system. This is less than or equal to the actual file size. | 
Note:
When this view is queried in an Oracle Database environment, rows are returned for every opened file, even those without a parent file backing them (in those cases the column is empty/NULL).
In an Oracle ASM environement, rows are returned for files that an Oracle ASM instance has mounted in disk groups only if those files are children (a clonefile) of a parent snapshot file.