Unwrap a procedure in oracle
Wrapped procedure admuser.check_db_size_limit for an Oracle P6 PPM database has an error:
- Error(17,8): PL/SQL: SQL Statement ignored
- Error(17,61): PL/SQL: ORA-00942: table or view does not exist
How can the procedure be unwrapped to solve the errors?
0