Question on log_archive_config
Hi Mates,
While am working with one customer, i see something unusual settings of data guard parameters which supposed not to.
DB_NAME - rsctst
Primary DB_UNIQUE_NAME - rsctst
Primary Net service - rsctstpry
Standby DB_UNIQUE_NAME - rsctst
Standby Net serrivce - rsctststy
For me looks unusual are
1) Same DB_UNIQUE_NAME for primary and standby
- Hence duplicate value is not allowed to set the parameter log_archive_config
2) By thus above configuration the log_archive_config should be (primary_db_unique_name,standby_db_unique_name) but client recommends to set as (primary net service, standby net service)