MPX_LOCAL_SPEC_PRIV option

Function

Lets a query server create and drop users, groups, and group memberships.

Allowed values

0 – 63

A bitmask indicating the corresponding special privileges to be granted and revoked on a query server:

To combine two or more privileges, add the bitmasks in hexadecimal (base 16), then convert to decimal to determine the value for the option. For example, to combine RESOURCE and GROUP privileges on a database, use the formula 4 + 16 (10 in base 16) = 20 and set MPX_LOCAL_SPEC_PRIV to 20.

To allow all privileges, you must set all bits. To do this, set MPX_LOCAL_SPEC_PRIV to 63.

Scope

Can be set only for the PUBLIC group. Takes effect immediately.

Default

0

Description

To enable MPX_LOCAL_SPEC_PRIV, set it to the appropriate value between 1 and 63. See “Allowed values”. DBA permissions are required to set this option. This option takes effect immediately.

See also

“MPX_GLOBAL_TABLE_PRIV option”.