I'm running APEX 5.1 on ORACLE 12.1.
I have ca. 80 APEX similar applications running on the same database - each application is using the same substitution string :CLIENT_ID with its own value (storing a code name of the application). :CLIENT_ID is used through the "V" function: V('CLIENT_ID') all over the applications calling a shared framework of views and packages on the database.
Out of the sudden in one of the applications, one of the Interactive Reports fails with the exception that the :CLIENT_ID is not set. All other pages or similar pages in other applications work perfectly fine.
Can anyone give me any hint (except bouncing the database) what I could do to investigate more?
This is a consequence of the explain plan changing over time. The root cause of the problem is described here: When "PARTITION LIST SUBQUERY" is in the execution plan something (a bug?) de-instantiates the package