list all session context values
Hello,
We have an application using specific context. We would be able to monitor some values when application is running.
Is there a way to list all context values that are in-memory (with a system user) ?
For exemple, after our application logon screen, we initialize an oracle context named 'CRW_SESSION'. This context has a variable named VERSION which is initialized with the client application version used.
On a specific time, we would like to query all the context in memory to see if there is a client connected with the version X.
Is that possible ?
Thank you for your help ?
We have an application using specific context. We would be able to monitor some values when application is running.
Is there a way to list all context values that are in-memory (with a system user) ?
For exemple, after our application logon screen, we initialize an oracle context named 'CRW_SESSION'. This context has a variable named VERSION which is initialized with the client application version used.
On a specific time, we would like to query all the context in memory to see if there is a client connected with the version X.
Is that possible ?
Thank you for your help ?
0