ORA-04045

Error: ORA-04045: errors during recompilation/revalidation of string.string

Causa: This message indicates the object to which the following errors apply. The errors occurred during implicit recompilation/revalidation of the object.

Acción: Check the following errors for more information, and make the necessary corrections to the object.

COMENTARIOS:

por Frank Urquijo | 13/03/2008 15:46:10

RE: ORA-04045

Hola... yo tuve el mismo problema, despues de mirar en internet muchas paginas encontre la siguiente solucion la cual espero les funcione
ORA-04045: errors during recompilation/revalidation of LBACSYS
2008-03-13 - By Frank Urquijo (Bogota - Colombia)
shutdown immediate;
startup migrate;
alter view lbacsys.lbac$all_table_policies compile;
alter package lbacsys.lbac_events compile body;
shutdown immediate;
startup;