ORA-01294: error occurred while processing information in
dictionary file string, possible corruption
Answer Posted / johnpaul
After successfully creating the dictionary to a flat file,
when attempting to start the Logminer utility, it fails
with errors:
ERROR at line 1:
ORA-01294: error occurred while processing information in
dictionary file , possible corruption
ORA-06512: at "SYS.DBMS_LOGMNR", line 53
ORA-06512: at line 1
Cause
The ATTRIBUTE$_TABLE is not being created in the dictionary
file
If the dictionary file is opened, we can see the syntax to
insert into the ATTRIBUTE$_TABLE table:
INSERT_INTO ATTRIBUTE$_TABLE VALUES
(00000000000000000000000000000003,1,'KOTADKVN',1,00000000000
000000000000000000013,1,,2,,,,,,'',0,,,,,,,);
However, the syntax to create the table should be prior to
the insert statement and it is missing. It should contain
the following:
CREATE_TABLE ATTRIBUTE$_TABLE (TOID RAW(16), VERSION# NUMBER
(22), NAME VARCHAR2(30), ATTRIBUTE# NUMBER(22), ATTR_TOID
RAW(16), ATTR_VERSION# NUMBER(22), SYNOBJ# NUMBER(22),
PROPERTIES NUMBER(22), CHARSETID NUMBER(22), CHARSETFORM
NUMBER(22), LENGTH NUMBER(22), PRECISION# NUMBER(22), SCALE
NUMBER(22), EXTERNNAME VARCHAR2(4000), XFLAGS NUMBER(22),
SPARE1 NUMBER(22), SPARE2 NUMBER(22), SPARE3 NUMBER(22),
SPARE4 NUMBER(22), SPARE5 NUMBER(22), SETTER NUMBER(22),
GETTER NUMBER(22) );
Solution
1. Use the online catalog
Example:
SQL> EXECUTE DBMS_LOGMNR.START_LOGMNR(OPTIONS =>
DBMS_LOGMNR.DICT_FROM_ONLINE_CATALOG);
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier
Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...
ORA-26030: index string.string had string partitions made unusable due to:
NZE-28868: Peer certificate chain check failed.
In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.
ORA-16626: failed to enable specified object
ORA-26079: file "string" is not part of table string.string
When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............
IMG-02003: 2FF03 - incorrect color histogram feature specification
ORA-26095: unprocessed stream data exists
ORA-26094: stream format error: input column overflow
ORA-16627: No standby databases support the overall protection mode.
IMP-00064: Definition of LOB was truncated by export
ORA-07497: sdpri: cannot create trace file 'string'; errno = string.
ORA-26027: unique index string.string partition string initially in unusable state