Applied PSUOct2016 on Oracle 12.1.0.2. When I run datapatch -verbose I get the following errors:
Warning: Package Body created with compilation errors.
Errors for PACKAGE BODY DBMS_SQLPATCH:
LINE/COL ERROR
-------- -----------------------------------------------------------------
78/5 PL/SQL: SQL Statement ignored
78/12 PL/SQL: ORA-00942: table or view does not exist
80/5 PL/SQL: SQL Statement ignored
80/17 PL/SQL: ORA-00942: table or view does not exist
117/5 PL/SQL: SQL Statement ignored
132/10 PL/SQL: ORA-00942: table or view does not exist
151/5 PL/SQL: SQL Statement ignored
LINE/COL ERROR
-------- -----------------------------------------------------------------
151/12 PL/SQL: ORA-00942: table or view does not exist
The database does not get patched.
Has anyone encountered this before and is there a solution for the issue?
Thanks,