Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Logminer
Thanks
That worked.
Another question re logminer. I notice that must of the values in sql_redo column are simply :
commit;
set transaction read write;
What does this mean?
John
> -----Original Message-----
> From: Lyubomir Petrov [SMTP:lpetrov_at_YAHOO.COM]
> Sent: 18 March 2002 17:25
> To: Multiple recipients of list ORACLE-L
> Subject: Re: Logminer
>
> Hi John,
>
> You did not mention the Oracle version, but I hope
> this will help.
>
> In $ORACLE_HOME/rdbms/admin/dbmslmd.sql (the script
> that builds DBMS_LOGMNR_D package) there is a line:
>
> TYPE col_desc_array IS VARRAY(513) OF col_description;
>
> Replace it with something like:
>
> TYPE col_desc_array IS VARRAY(1000) OF
> col_description;
>
> and then rebuild the package.
>
>
> HTH,
> Lyubomir Petrov
>
>
> --- John Dunn <john.dunn_at_sefas.co.uk> wrote:
> > I get the following error when running
> > SYS.DBMS_LOGMNR_D
> >
> > ERROR at line 1:
> > ORA-06532: Subscript outside of limit
> > ORA-06512: at "SYS.DBMS_LOGMNR_D", line 793
> > ORA-06512: at line 1
> >
> > Anyone else seen this?
> >
> > John
> >
> > --
> > Please see the official ORACLE-L FAQ:
> > http://www.orafaq.com
> > --
> > Author: John Dunn
> > INET: john.dunn_at_sefas.co.uk
> >
> > Fat City Network Services -- (858) 538-5051 FAX:
> > (858) 538-5051
> > San Diego, California -- Public Internet
> > access / Mailing Lists
> >
> --------------------------------------------------------------------
> > To REMOVE yourself from this mailing list, send an
> > E-Mail message
> > to: ListGuru_at_fatcity.com (note EXACT spelling of
> > 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB
> > ORACLE-L
> > (or the name of mailing list you want to be removed
> > from). You may
> > also send the HELP command for other information
> > (like subscribing).
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Sports - live college hoops coverage
> http://sports.yahoo.com/
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Lyubomir Petrov
> INET: lpetrov_at_yahoo.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: John Dunn INET: john.dunn_at_sefas.co.uk Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Mar 19 2002 - 03:03:21 CST