Oracle 视图 V$LOGMNR_DICTIONARY 官方解释,作用,如何使用详细说明
本站中文解释
Oracle在11G中新增的一个V$视图,是用于LogMiner工具,用于查询LogMiner字典中存储的用户对象相关信息,也是用于将Oracle redo日志转换为可读的SQL语句和分析更改后数据库状态的LogMiner工具的重要辅助资源。
使用方法:
首先启动LogMiner,然后通过以下语句来查询特定用户的表和索引:
SELECT dname, tablespace_name, table_name, index_name
FROM v$logmnr_dictionary
WHERE username=’SYS’
ORDER BY TABLESPACE_NAME, table_name, index_name;
返回的结果用于最新的LogMiner分析,或者Target Audience。
官方英文解释
V$LOGMNR_DICTIONARY
contains log history information.
Column | Datatype | Description |
---|---|---|
|
|
Name of the database |
|
|
Database ID |
|
|
Creation date of the source database (corresponds to the |
|
|
Date when the dictionary was created |
|
|
Reset log SCN when the dictionary was created |
|
|
Timestamp of the reset log SCN when the dictionary was created |
|
|
Version time for the source database (corresponds to the |
|
|
Character set of the source database |
|
|
This column is deprecated. |
|
|
This column is deprecated. |
|
|
Database checkpoint SCN at which the dictionary was created |
|
|
This column is deprecated. |
|
|
SCN at which the dictionary was created |
|
|
Dictionary file name |
|
|
Informational/Status message
|
|
|
A NULL indicates a valid dictionary file for the list of log files. A non-NULL value indicates further information is contained in the INFO column as a text string. |
|
|
The ID of the container to which the data pertains. Possible values include:
|