PL/MX function related privileges

  • Grantee

    The name of the user whose privilege is described.

  • Grantor

    The name of the user that granted the privileges or the special SQL user names PUBLIC and SYSTEM.

  • With Grant

    Indicates whether the user has grant privileges.

  • Grant Level

    The level at which the permissions are applied. The grant levels are:

    • Schema

      Indicates that permissions have been applied to the schema.

    • Object

      Indicates that permissions are applied directly to the object whose permissions are being displayed.

    • Column

      Indicates the permissions applied to the column. If the object level privilege applies to all columns, individual column privileges are not displayed. Otherwise, the individual column level permissions are displayed.

  • Privileges

    Describes the execute privileges of the user. The value is a list of granted privileges separated by commas or ‘All Privileges’. DDL and DML privileges are grouped accordingly.