Hi,
I installed the latest version of APEX (5.0.2).
I notice that all the connections are made with ANONYMOUS user.
I have a database with OLS which require a login of a specific database user.
I can provide a procedure that returns for each AD user its database user name and password.
I want every user that connects to my app will auto connect to the database with it's username and password
and all the SQL's will run with it's database user.
How can do this in APEX?
Thanks
Shy