In Oracle 10g, the LogMiner allows storage of a copy of the data dictionary in …..(Choose all that apply.)

In Oracle 10g, the LogMiner allows storage of a copy of the data dictionary in …..(Choose all that apply.)

In Oracle 10g, the LogMiner allows storage of a copy of the data dictionary in …..(Choose all that apply.)

A.
a database file

B.
the control file

C.
the online redo log files

D.
the supplemental log file

E.
an operating system flat file

Explanation:
LogMiner requires a dictionary to translate object IDs into object names when it returns redo data to you. LogMiner gives you three options for supplying the dictionary:
– Using the Online Catalog
Oracle recommends that you use this option when you will have access to the source database from which the redo log files were created and when no changes to the column definitions in the tables of interest are anticipated. This is the most efficient and easy-to-use option.
– Extracting a LogMiner Dictionary to the Redo Log Files Oracle recommends that you use this option when you do not expect to have access to the source database from which the redo log files were created, or if you anticipate that changes will be made to the column definitions in the tables of interest.
– Extracting the LogMiner Dictionary to a Flat File
This option is maintained for backward compatibility with previous releases. This option does not guarantee transactional consistency. Oracle recommends that you use either the online catalog or extract the dictionary from redo log files instead.

REF: Oracle(r) Database Utilities, 17-5



Leave a Reply 0

Your email address will not be published. Required fields are marked *