{{theTime}}

Search This Blog

Total Pageviews

ORA-04063 - Re-compiling PL/SQL procedures and packages


The ORA-04063 error is caused when a PL/SQL procedure of package becomes invalid after a change to a subordinate procedure or a schema (table) change.
ORA-04063: package body "name" has errors
Recompile the packages to resolve this error.


No comments:

Saga Design Pattern

The Saga design pattern is a way to manage distributed transactions in a microservices architecture. In a microservices environment, where d...