To retrive the user login count in Oracle PL\SQL application
We have an application developed using PL\SQL packages with the configuration setup in IAS. The user authentication is setup in OWA_CUSTOM package, boolean function authorize.
The login prompt message is setup in this package and is shown only during the first time of access, we now have a requirement need to track this login prompt count. However, we understand, each time the application pages are accessed, the authentication is checked using the condition mentioned in the procedure. So we are unabe to track the login count by setting up a function in this package. Is there any possible ways to track the count whenever the login prompt is shown.