ora-44201
Hi,
We have issues with a procedure (Oracle 12.1.0.2.0 EE on Windows). The procedure reaches a WHEN OTHERS exception while running and stops. In the trace file I see ora-44201 errors:
The following statements encountered a error during parse:
SELECT 1 FROM ......
Error encountered: ORA-44201
ora-44201 means "cursor needs to be reparsed". I've been browsing Metalink but I'm not able to find the real impact of this ora-44201. Could this error cause a procedure to fail or it is more a kind of warning?
regards,
Ivan