Use of logminer

Source: Internet
Author: User

There are many online users about this, such

 

Http://qinry.blog.163.com/blog/static/9383504720118810658115/

Or http://hi.baidu.com/52hack/item/2e31f1f65a0b6848922af239.

 

Supplement the problems you encounter during use.

 

 

Problem:
Run 'tionary in dbms_logmnr_d.build ('dictionary. ora ', 'd: \ dir'); end;' when the statement is executed, the following message is displayed:
ORA-01308: initialization parameter utl_file_dir not set
Premise: the utl_file_dir directory has been created using the create directory statement at D: \ dir.
SQL> show parameter utl_file_dir;
 
Name type value
-----------------------------------------------------------------------------
Utl_file_dir string

Cause analysis: The utl_file_dir parameter is different from the created utl_file_dir directory.
Solution:
1) alter system set utl_file_dir = 'd: \ dir 'scope = spfile;
2) restart the database
View the path of the utl_file_dir parameter again:
SQL> show parameter utl_file_dir;
 
Name type value
-----------------------------------------------------------------------------
Utl_file_dir string D: \ dir
Note: you cannot use scope = both to modify this parameter dynamically. In this mode, you can modify both the spfile and the current settings.

 

 

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.