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

Thread: Logminer

  1. #1
    Join Date
    Nov 2000
    Posts
    157
    Hi
    Hi All,

    I am trying to declare the log files to be monitored by DBMS_LOGMNR. I am getting an error message like:

    SQL> begin
    2 DBMS_LOGMNR.ADD_LOGFILE(
    3 logfilename => 'C:\programfiles\Ora81\oradata\test\archive\[TEST]1_496.ARC',
    4 options => dbms_logmnr.NEW);
    5 END;
    6 /
    options => dbms_logmnr.NEW);
    *
    ERROR at line 4:
    ORA-06550: line 4, column 24:
    PLS-00302: component 'NEW' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored


    Any Idea Please

    ravi

  2. #2
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Multiple post. Please try to follow the related issues on a single thread. Closing it.

    Ref: http://www.dbasupport.com/forums/sho...3&pagenumber=1

    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


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