Previous |
Next |
After configuring a multimaster replication environment, use the instructions in Executing DDL Within a Master Group to grant access to the various replication objects so that users that connect to each site can use them.
The following is an example of a grant statement:
GRANT SELECT ON hr.employees TO rsmith
Note: Do not include the terminating semi-colon (;
) at the end of the DDL statement.