Redo Transport Attributes required for setting in different protection mode

In this post let us see what attributes we can use under different protection mode.

Redo Transport Attributes required for setting different protection mode

 1. SYNC, ASYNC , AFFIRM , NOAFFIRM

2. VALID_FOR

VALID_FOR = (redo_log_type,database_role)

redo_log_type = online_logfiles OR standby_logfiles OR all_logfiles

This destination is valid only when archiving online redo logfiles OR standy logfiles OR either of them

database_role = primary_role OR standby_role OR all_roles

This destination is valid only when database is running in primary role OR standby role OR either of them

 

In the Next arcticle, we will configure physical standby and see different parameters involved in configuration and their use cases.

Recent Posts