I have a schema that is queried by different applications. For each of them I created a different client. Now I need to store in a table what clients access.
I use functions because I want to catch also the exceptions and write them in the same table. Is it possible to get the client name in the PL/SQL?