Introduction to Oracle logminer

Source: Internet
Author: User

Oracle logminer is a tool used to analyze archived logs. Here I will list a simple and efficient use process.

1. initialize parameter configuration

Alter system set utl_file_dir = '*' scope = both;

This requires a restart to take effect.

SQL> show parameter utl_file_dir

NAME TYPE

--------------------------------------------------------------------

VALUE

------------------------------

Utl_file_dir string

*

SQL>

2. Create a data dictionary

EXECUTE dbms_logmnr_d.build ('dictionary. ora ','/u01/home/oracle /');

SQL> EXECUTE dbms_logmnr_d.build ('dictionary. ora ','/u01/home/oracle /');

PL/SQL procedure successfully completed.

SQL> host;

[Oracle @ rac1 ~] $ Ls-ltr dictionary. ora

-Rw-r -- 1 oracle oinstall 27267751 May 7 dic40 dictionary. ora

[Oracle @ rac1 ~] $

  • 1
  • 2
  • Next Page

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.