get protection level, db role (max availability performance protection) (Oracle)
select protection_mode, protection_level, database_role as role, switchover_status from v$database;
select protection_mode, protection_level, database_role as role, switchover_status from v$database;
Discussion ¬