Administrator
|
Suppose yo uhave a conf like DB1(primary) -> DB3(standby)
*.FAL_SERVER=DB3
FAL Server means the primary database, so this parameter is used to determine the primary database after a switch over operation. So, when a switchover happens, DB1 will be the new standby and DB1 will fetch the archivelogs from the new primary, DB3.(in case DB3 cant send the archivelogs itself)
*.FAL_CLIENT=DB1
# This parameter is used to determine the standby database after a switch over operation. So, when log switch happens, DB1 will be the new standby and DB3 will send the log files using this info.
these are set to TNS Entries... Not to the service_name given in those TNS Entries.
|