Citation:
SQL> select username, sql_redo from v$logmnr_contents where operation='INSERT' and username='SYSTEM';
USERNAME
------------------------------
SQL_REDO
--------------------------------------------------------------------------------
SYSTEM
insert into "SYS"."IDL_SB4$"
values
"OBJ#" = 6193,
"PART" = 0,
"VERSION" = 153092096,
"PIECE#" = 0,
"LENGTH" = 14,
"PIECE" = Unsupported Type;
Comment cela se fait il?
Citation:
BEGIN sys.DBMS_LOGMNR.START_LOGMNR(OPTIONS => sys.DBMS_LOGMNR.DICT_FROM_REDO_LOGS + sys.DBMS_LOGMNR.PRINT_PRETTY_SQL ); END;
*
ERREUR à la ligne 1 :
ORA-01371: Dictionnaire LogMiner complet introuvable
ORA-06512: à "SYS.DBMS_LOGMNR", ligne 53
ORA-06512: à ligne 1
Voila... en espérant que mon problème sera encore résolu. :)