This problem is occuring in an 8.1.7.4 database running on HPUX 11.0
I recently patched the Oracle software to meet security alert #68.
This is the error when running a full export with the following parameters
full=y compress=n direct=y consistent=y
. about to export XXXXX's tables via Direct Path ...
. . exporting table ALL_PRD_CACHED
EXP-00008: ORACLE error 1403 encountered
ORA-01403: no data found
. exporting referential integrity constraints
Tried rerunning catexp.sql - no difference
Also tried:
DELETE FROM SYS.EXPACT$ WHERE
FUNC_PACKAGE='DBMS_AQ_IMPORT_INTERNAL'; - no difference
I do not get this error when I export only XXXXX's objects.
Thanks for any help.
I recently patched the Oracle software to meet security alert #68.
This is the error when running a full export with the following parameters
full=y compress=n direct=y consistent=y
. about to export XXXXX's tables via Direct Path ...
. . exporting table ALL_PRD_CACHED
EXP-00008: ORACLE error 1403 encountered
ORA-01403: no data found
. exporting referential integrity constraints
Tried rerunning catexp.sql - no difference
Also tried:
DELETE FROM SYS.EXPACT$ WHERE
FUNC_PACKAGE='DBMS_AQ_IMPORT_INTERNAL'; - no difference
I do not get this error when I export only XXXXX's objects.
Thanks for any help.