Restrict Connections to DB
Hi,
I want to block connections to DB coming from SQL Developers.
I have created a trigger and same is working fine, but problem is, it has DR and when I block create trigger, trigger is created on both Pr and Dr side. I do not want SQL Developers to use only DR for "select" queries.
Any suggestion is welcome.