ORA-39083: Object type VIEW failed to create with error:
ORA-02063: preceding 5 lines from HSBC26
face above error during impdp? this means your impdp tries to import the statistics to an remote database through an dblink.
Solution:
exclude=STATISTICS while expdp or impdp
or
set HS_FDS_SUPPORT_STATISTICS=FALSE in the init
impdp log snippet:
Failing sql is:
CREATE FORCE VIEW "PLOANS"."CLIENT_TYPE" ("ITEM_CODE") AS select "SYMBOL_CODE" from CUST_001.CLIENT_SUMMARY@HSBC26
ORA-39083: Object type VIEW failed to create with error:
ORA-02063: preceding 5 lines from HSBC26
No comments:
Post a Comment