We occasionally get the message
Cannot run query--referenced object (name NAME NOT RECOVERABLE) dropped during query optimization.
This
Updated Writeup for ASE Error Message 225
suggests either number of open objects which looks ok
Name Num_free Num_active Pct_act Max_Used Reuse_cnt Instance_Name
---------------------------- -------------- --------------- ---------- -------------- --------------- ------------------------------
number of open objects 32035 17965 35.93 24629 0 NULL
or Using a mix of qualified
I can't see any mixed qualifiers and its not easy to reproduce - seems to happen when the server is under heavy load.
Looking at the procedure cache I've noticed something odd with this entry in monProcedureCacheMemoryUsage
InstanceID AllocatorID ModuleID Active HWM ChunkHWM NumReuseCaused AllocatorName
---------- ----------- ----------- ----------- ----------- ----------- -------------- ------------------------------
0 25 2 0 2147483646 2 0 MEMC_CRCONSTR_1
Could the 2 things be related ?
What is the MEMC_CRCONSTR_1 ( Sounds like creating a constraint).