Oracle 视图 V$MAP_FILE 官方解释,作用,如何使用详细说明
本站中文解释
V$MAP_FILE视图用于为SGA中每个文件记录其存在位置信息,只有undo文件和online redo log有映射文件,其它文件不需要。
V$MAP_FILE视图通常被用于检查数据库文件的状态,它可以提供有关各个文件的完整性写入和读取的信息,以及系统的性能信息,包括每次文件读取的耗时、写入的耗时和存储的页数。
如果要查看V$MAP_FILE视图的信息,可以使用如下SQL语句:
SELECT * FROM V$MAP_FILE;
官方英文解释
V$MAP_FILE
displays a list of all file mapping structures in the shared memory of the instance.
Column | Datatype | Description |
---|---|---|
|
|
Index corresponding to the file |
|
|
Configuration ID (N/A if configuration ID is not supported) |
|
|
Status of the mapping information:
|
|
|
Absolute file name |
|
|
File type:
|
|
|
File structure:
|
|
|
File size in HKB (half KB) |
|
|
Number of file extents in the file (not necessarily the same as the number of file extents mapped) |
|
|
Index of mapping library claiming ownership of the file |
|
|
The ID of the container to which the data pertains. Possible values include:
|