How to fix the Oracle error ORA-16265: Unsupported PL/SQL procedure encountered?
In this post, you’ll learn more about the Oracle ErrorORA-16265: Unsupported PL/SQL procedure encountered with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-16265: Unsupported PL/SQL procedure encountered
Reason for the Error ORA-16265: Unsupported PL/SQL procedure encountered
Apply encountered an unsupported procedure from an Oracle supplied PL/SQL package that is otherwise supported
How to fix the Error ORA-16265: Unsupported PL/SQL procedure encountered ?
You can fix this error in Oracle by following the below steps
Either add a skip rule for this procedure or manually apply the procedure and restart apply skipping the failed transaction Please refer to documentation on the PL/SQL package for details.
Leave Your Comment