Access to Security Context from Oracle database
We have ADF authentication and authorization solution in web application.
How can I get current username, IP address of current session?
For example during inserting some records in database tables, I want to catch username by trigger and write its credentials into audit table on database side.
Plz help.