Data Guard Standby in Mount mode trigger
Dear community,
I'm trying to write a file on Physical Standby (mount) server after a SwitchOver or Failover but I cannot set it in a Trigger like "AFTER DB_ROLE_CHANGE ON DATABASE" or "AFTER STARTUP ON DATABASE".
Theses Triggers just trigger at primary, nothing happens at standby side. This is normal?
Thanks