How to set session limits on a program?
For example a user connects using program1.exe, and another user also connects to the database using
program1.exe.
I know I can create a Profile that limits sessions using 'ALTER PROFILE <NAME> LIMIT SESSIONS_PER_USER <#>'
Then assign a user to the profile.
However this would limit the user at every connection.