How to block user DB connection from certain client server?
liaison1Jun 10 2012 — edited Jun 10 2012From database point of view, how to block the user connections from an application client server? I am thinking about to use a after logon trigger. Check in the trigger, if the user connected from that particular host, kill the session. How to create such trigger?
Thanks!