InterviewSolution
Saved Bookmarks
| 1. |
How Can You Get The Information Processed By Log Miner Procedures? |
|
Answer» The information PROCESSED by log miner is stored in the V$logmnr_contents view. You can be use the dbms_logmnr.mine_value and dbms_logmnr.column_present procedures with the data in the v$logmnr_contents view to REVIEW the information. The information processed by log miner is stored in the v$logmnr_contents view. You can be use the dbms_logmnr.mine_value and dbms_logmnr.column_present procedures with the data in the v$logmnr_contents view to review the information. |
|