alter type anydata compile;
ORA-04098: trigger 'EXFSYS.EXPFIL_RESTRICT_TYPEEVOLVE' is invalid and failed re-validation
alter trigger EXFSYS.EXPFIL_RESTRICT_TYPEEVOLVE compile;
ORA-24344: success with compilation error
ora-04098 : trigger 'EXFSYS.EXPFIL_RESTRICT_TYPEEVOLVE' is invalid PLS-00905: object SYS.EXF$DBMS_EXPFIL_SYSPACK is invalid
alter package exf$dbms_expfil_syspack compile;
ORA-04098: trigger 'EXFSYS.EXPFIL_RESTRICT_TYPEEVOLVE' is invalid and failed re-validation
This is a loop that we cannot resolve... each object is depending from the other an so on ...
Someone knows how to resolve this sutuation ?
thank you