Oracle Solution for Error ora-06568

Solution for Oracle Error ORA-06568

ORA-06568: obsolete ICD procedure called

What triggered the Error:

An obsolete ICD procedure was called by a PL/SQL program. The PL/SQL program was probably written for an eralier release of RDBMS.

What should we do to fix it:

Make sure that all PL/SQL programs have been upgraded to the latest release of the RDBMS. This can be accomplished by following upgrade instructions in the README file, or by running the catproc.sql script supplied with the RDBMS.