EXP-00008: ORACLE error 6550 encountered
ORA-06550: line 1, column 18:
ORA-06550: line 1, column 7:
ORA-06512: at SYS.DBMS_SYS_SQL, line 1204
ORA-06512: at SYS.DBMS_SQL, line 323
ORA-06512: at SYS.DBMS_EXPORT_EXTENSION, line 97
ORA-06512: at SYS.DBMS_EXPORT_EXTENSION, line 126
Este erro pode ocorrer em varios casos, os que eu conheço são.
Nova instalação
Upgrade de versão para 10.2.0.4
Normalmente este erro ocorre apenas no backup full e no oracle 10.2.0.4, pois o oracle 10.2.0.4 existem algumas permisões de seguranças a mais que o 10.2.0.3.
Erro facilmente resolvido com apenas doid grants.
GRANT EXECUTE ON SYS.DBMS_DEFER_IMPORT_INTERNAL TO OWNER;
GRANT EXECUTE ON SYS.DBMS_EXPORT_EXTENSION TO OWNER;
Este erro esta referenciado no Note: 464672.1
Obrigado Leandro, grant executas e problema resolvido na hora.
ResponderExcluir