Problems Keeping Stored Procedures Compiled
We've been having an odd problem keeping stored procedures compiled in our database. These stored procedures are compiled through SQL Developer and called from a Windows service (XPDaemon) on a remote server. This XPDaemon will work fine if the stored procedures are compiled while the service is running. If the XPDaemon service is stopped and restarted, then it fails until the stored procedures are manually recompiled. Has anyone seen this problem, and better how to solve it?
0