Creating a Standby Database with dataguard when database vault is being used on Primary DB
I created a standby from an RMAN Duplicate Command and configured with Dataguard.
I moved the wallets from the primary host to the standby host.
I enabled Database Vault on the Standby Host Server.
The standby is working with everything except Database Vault. The Realm, Rules, Rule Sets, Command all propagated over fine. But, Database Vault is still not recognized:
SQL> select * from v$option where parameter like '%Oracle Database Vault%';
PARAMETER
----------------------------------------------------------------
VALUE
----------------------------------------------------------------
Oracle Database Vault
FALSE
I find it hard to believe that I would have to phyically configure the standby database to add in database vault. Please advise. In OEM, it says "Disabled" for Oracle Database Vault Status on the standby after I switchover to make it the primary (which again, that part works fine).