Pessoal estou usando o comando abaixo para fazer um export full do banco de dados que roda todas as noites.
exp system/senha file=$DIR/exp_full_database_$DIA.dmp full=y log=$LOG statistics=NONE
E o export no final gerou o erro abaixo, alguém sabe do que se trata.
EXP-00008: ORACLE error 20000 encountered
ORA-20000: Oracle Text error:
DRG-10502: index “PUC01”.”Z91_ID1″ does not exist
ORA-06512: at “SYS.DBMS_EXPORT_EXTENSION”, line 270
ORA-06512: at line 1
EXP-00078: Error exporting metadata for index Z91_ID1. Index creation will be skipped
EXP-00008: ORACLE error 20000 encountered
ORA-20000: Oracle Text error:
DRG-10502: index “PUC02”.”Z91_ID1″ does not exist
ORA-06512: at “SYS.DBMS_EXPORT_EXTENSION”, line 270
ORA-06512: at line 1
EXP-00078: Error exporting metadata for index Z91_ID1. Index creation will be skipped
. exporting posttables
Desde já agradeço a ajuda.