Restrict user login switching

We automatically log in through a bastion machine without a desktop environment. After logging in, there is only the main interface of the plSQL dev program. However, users can still freely switch login on the main interface. How to restrict this behavior? The purpose is that after logging in, users cannot switch users or log in to other databases. Thank you very much
 
This cannot be restricted within PL/SQL Developer. You can of course create a logon trigger in a database to prevent users from logging in with specific programs.
 
Back
Top