Parameter
| Description
|
gname
| The name of the object group whose master definition you want to relocate.
|
old_masterdef
| The fully qualified database name of the current master definition site.
|
new_masterdef
| The fully qualified database name of the existing master site that you want to make the new master definition site.
|
notify_masters
| If NOTIFY_MASTERS is TRUE, the procedure synchronously multicasts the change to all masters (including OLD_MASTERDEF only if INCLUDE_OLD_MASTERDEF is TRUE). If any master does not make the change, rollback the changes at all masters.
|
include_old_
masterdef
| If NOTIFY_MASTERS is TRUE and INCLUDE_OLD_MASTERDEF is also TRUE, the old master definition site is also notified of the change.
|