Grants system privileges to one or more idents.
Usage
Embedded, Interactive, Module, ODBC, JDBC.
Description
The specified system privilege is granted to the ident(s) listed. When WITH GRANT OPTION is specified, the ident may in turn grant the specified privilege to another ident. If the privilege is granted to a GROUP ident, all members of the group receive the specified privilege.
The system privileges are as follows:
Enables the ident to perform databank backup and restore operations.
Enables the ident to create new databanks. The databank file is created by the Mimer SQL system. The privilege authorizes the ident to create files, using the file access used by the database server process, in the operating system.
Enables the ident to create new Mimer SQL idents and schemas.
Enables the ident to create new schemas.
Enables the ident to create and perform operations on databank shadows.
Enables the ident to execute the UPDATE STATISTICS and DELETE STATISTICS statements.
Restrictions
The grantor must have grant option on the privilege.
Notes
An ident may not grant privileges to himself.
Example
GRANT IDENT TO mimer_adm WITH GRANT OPTION;
Standard Compliance
Standard |
Compliance |
Comments |
---|---|---|
|
Mimer SQL extension |
The grant system privileges is a Mimer SQL extension. |