Show TOC

REVOKE EXECUTE StatementLocate this document in the navigation structure

Removes EXECUTE permissions that were given using the GRANT statement.

Syntax
REVOKE EXECUTE ON<owner>.]<procedure-name> 
   FROM <userID> [,...]
Parameters

(back to top)

  • userID must be the name of an existing user or role that has a login password. Separate multiple userIDs with commas.
Standards

(back to top)

  • SQL—Syntax is a Persistent Stored Module feature.

  • SAP Database products—Syntax is supported by SAP ASE. User management and security models are different for SAP ASE and SAP IQ.

Permissions

(back to top)

Requires one of:
  • Own the procedure, or
  • Have been granted the MANAGE ANY OBJECT PRIVILEGE system privilege.