DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: LOG MINER PROBLEM

  1. #1
    Join Date
    Nov 2000
    Location
    Birmingham, UK
    Posts
    360
    Hi,

    I am having a problem running logminer on a test database we have. Running 8.1.6.2 on AIX.

    I've created the dictionary file without a problem. I've then used dbms_logmnr.add_logfile(xxxxx) to feed in the archive logs I want to mine. No problem. The problem occurs when I try and run:

    dbms_logmnr.start_logmnr('dictionary.ora');

    I am getting the follwoing error:

    SQL> execute dbms_logmnr.start_logmnr('dictionary.ora');
    BEGIN dbms_logmnr.start_logmnr('dictionary.ora'); END;

    *
    ERROR at line 1:
    ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    ORA-06512: at line 1


    Anyone have any ideas?

    Thanks in advance,

    Fraze


  2. #2
    Join Date
    Dec 2000
    Posts
    11

    Thumbs up

    H Fraze,
    check view v$_logmnr_dictionary to see the status of your dictionary. try to set full path for the dictionary.ora when u try to start the action.

    Marius

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width