Hi,
I found following errors in the export log file. Could you please comment on this issue?
ORA-31693: Table data object "WHSUSR"."TEMP_ATB_14423589" failed to load/unload and is being skipped due to error:
ORA-02354: error in exporting/importing data
ORA-39826: Direct path load of view or synonym (WHSUSR.TEMP_ATB_14423589) could not be resolved.
ORA-31693: Table data object "USR"."TEMP_ATB_14423219" failed to load/unload and is being skipped due to error:
ORA-02354: error in exporting/importing data
ORA-39826: Direct path load of view or synonym (USR.TEMP_ATB_14423219) could not be resolved.
my findings
SQL> select owner, object_name, object_type, last_ddl_time
from dba_objects
where owner = 'USR' and object_name in ('TEMP_ATB_14423589'); 2 3
no rows selected
Oracle -- 11.2.0.3.0
OS -- AIX
This is prod
This is standalone DB
Regards,
Bala