Since Thursday we have started seeing a number of Oracle Errors in the Database Alert Log. This appears to be when a user queries a screen with an Object Connection to
DocReferenceObject
If the Attachment pane is open on the users screen the error is show in the foreground, however if it is minimized it logs the error in the background and the user is unaware (fortunately)
Given that it started just last week it would make sense that it is related to a change, new report, event, but i have searched and cannot find anything that might be causing it. I have a ticket open with support but in case others have experienced the same issue or have any ideas on how to troubleshoot.
The following is the contents of the Database Alert Log
1--Text22--sample parameters3--DocReferenceObject4--CustomerOrder5--ORDER_NO=N720488^67BEGIN :1 := IFSAPP.OBJECT_CONNECTION_SYS.GET_CLIENT_HIT_COUNT (8:2 ,9:3 ,10:4 ,11:5 );12END;1314--Text115ORA-06511: PL/SQL: cursor already open16ORA-06512: at "IFSAPP.OBJECT_CONNECTION_SYS", line 1017ORA-06512: at "IFSAPP.OBJECT_CONNECTION_SYS", line 30418ORA-06512: at "IFSAPP.OBJ_CONNECT_LU_TRANSFORM_API", line 262219ORA-06512: at "IFSAPP.OBJ_CONNECT_LU_TRANSFORM_API", line 264420ORA-06512: at "IFSAPP.DOC_REFERENCE_OBJECT_API", line 495421ORA-06512: at "IFSAPP.DOC_REFERENCE_OBJECT_API", line 507922ORA-06512: at "IFSAPP.DOC_REFERENCE_OBJECT_API", line 509223ORA-06512: at line 124ORA-06512: at "IFSAPP.OBJECT_CONNECTION_SYS", line 76125ORA-06512: at line 126
Any pointers would be much appreciated.