Dear all,
I have the following warning error when I want to import full my dump in my source database :
I have the same release on both databases (11.2.0.4)
IMPDP log :
.....
ORA-39082: Object type VIEW:"VIEW_NAME"."NAME" created with compilation warnings
ORA-39082: Object type VIEW:"VIEW_NAME"."NAME_2" created with compilation warnings
.....
I have try to recompile the view but it doesn't work :
SQL> alter view VIEW_NAME.NAME compile;
Warning: View altered with compilation errors.
SQL> show errors view VIEW_NAME.NAME
Errors for VIEW VIEW_NAME.NAME:
LINE/COL ERROR
-------- -----------------------------------------------------------------
0/0 ORA-04063: view "VIEW_NAME.NAME" has errors