After Duplicate a Database systemtrigger won't fire anymore
RU 19.12c;
After a restore test with "rman>duplicate database dborcl to dborclax pluggable database pdb_orcl" I observed that systemtriggers (logon/logoff trigger) not fired.
While analyzing this issue I noticed "_SYSTEM_TRIG_ENABLED" will reseted at the end of duplicate procedure.I assume the default value is FALSE for "_SYSTEM_TRIG_ENABLED", because it is set as "FALSE" after duplication.
This behavior could became a strange problem, if you clone a database for a standby env, altough I'm not sure if the "duplicate for standby" clause other commands contains.
Is that expected? Why?
Cheers Peter
0