WARNING: too many parse errors – Error= 4044
Error:
WARNING: too many parse errors, count=20934 SQL hash=0x20fs2579
PARSE ERROR: ospid=23444, error=4044 for statement:
SELECT /*+ FULL(P) +*/ * FROM "PROCEDURE" P <================
Cause:
ORA-04044
Cause: An attempt was made to specify a procedure, function, or package in an inappropriate place in a statement.
Action: Refer to Oracle7 Server SQL Reference for the correct placement of procedures, functions, and packages in statements.
Solution:
Inform application team to correct the sql statement which contains a function or package and should not be used in the place of query.