Any commands on Standby hangs
Hello gurus,
12102 RHEL 7 AWS EC2
We've a logon trigger to prevent users having no read-write privilege to login to the primary db . Below is the trigger code that would fire only if db is in primary role only but after deploying it on the primary DB the physical standby seems to be hanging.
We don't want to disable the system triggers("_system_trig_enabled"=false) on physical standby but indeed would like the below trigger to work instead of disabling . Not sure what is causing the standby db to hang no errors/warnings in any alert logs. Is it the trigger causing it?