show/hide this revision's text 4 added 70 characters in body

Hi curtisk/all,

I have an issue:

when i issue this function below ti gives me the following error:

select 'EXECUTE DBMS_LOGMNR.ADD_LOGFILE(LOGFILENAME =>'''||name||'''||,OPTIONS=>
DBMS_LOGMNR.NEW);'from >'''||name||'''||,OPTIONS=>DBMS_LOGMNR.NEW);'
 from v\$archived_log 
where name is not null;

select 'EXECUTE DBMS_LOGMNR.ADD_LOGFILE(LOGFILENAME =>'''||name||'''||,OPTIONS=>
DBMS_LOGMNR.ADDFILE);' >'''||name||'''||,OPTIONS=>DBMS_LOGMNR.ADDFILE);' 
 from v\$archived_log 
where name is not null;


EXECUTE DBMS_LOGMNR.START_LOGMNR( STARTTIME => > SYSDATE - 1, ENDTIME => > SYSDATE,
OPTIONS => > DBMS_LOGMNR.DICT_FROM_ONLINE_CATALOG + DBMS_LOGMNR.CONTINUOUS_MINE +
DBMS_LOGMNR.COMMITTED_DATA_ONLY + DBMS_LOGMNR.PRINT_PRETTY_SQL);

Error:

*
ERROR at line 1:
ORA-01291: missing logfile
ORA-06512: at "SYS.DBMS_LOGMNR", line 58
ORA-06512: at line 1

But i have added all the archived logs for several days before and my sysdate is at today.

Kindly help out on this issue.

thanks.

Reagrds

Ayo

show/hide this revision's text 3 added 317 characters in body

Hi allcurtisk/all,

I have an issue:

when i issue this function below ti gives me the following error:

select 'EXECUTE DBMS_LOGMNR.ADD_LOGFILE(LOGFILENAME =>'''||name||'''||,OPTIONS=> DBMS_LOGMNR.NEW);'from v\$archived_log where name is not null;

select 'EXECUTE DBMS_LOGMNR.ADD_LOGFILE(LOGFILENAME =>'''||name||'''||,OPTIONS=> DBMS_LOGMNR.ADDFILE);' from v\$archived_log where name is not null;

EXECUTE DBMS_LOGMNR.START_LOGMNR( STARTTIME => SYSDATE - 1, ENDTIME => SYSDATE, OPTIONS => DBMS_LOGMNR.DICT_FROM_ONLINE_CATALOG + DBMS_LOGMNR.CONTINUOUS_MINE + DBMS_LOGMNR.COMMITTED_DATA_ONLY + DBMS_LOGMNR.PRINT_PRETTY_SQL);

Error:

* ERROR at line 1: ORA-01291: missing logfile ORA-06512: at "SYS.DBMS_LOGMNR", line 58 ORA-06512: at line 1

But i have added all the archived logs for several days before and my sysdate is at today.

Kindly help out on this issue.

thanks.

Reagrds

Ayo

show/hide this revision's text 2 edited tags
show/hide this revision's text 1