CREATE OR ALTER MAPPING examples
Creating or altering a mapping
CREATE OR ALTER MAPPING FROM_RT
USING PLUGIN SRP IN "rt"
FROM USER U1 TO USER U4;
CREATE OR ALTER MAPPING examplesCREATE OR ALTER MAPPING FROM_RT
USING PLUGIN SRP IN "rt"
FROM USER U1 TO USER U4;
DROP MAPPINGDrops a mapping of a security object
DSQL
DROP [GLOBAL] MAPPING name
| Parameter | Description |
|---|---|
name |
Mapping name |
The DROP MAPPING statement removes an existing mapping.If GLOBAL is specified, then a global mapping will be removed.
|
Important
|
Global and local mappings of the same name are different objects. |
The DROP MAPPING statement can be executed by:
The database owner — if the mapping is local
Users with the CHANGE_MAPPING_RULES system privilege — if the mapping is local
DROP MAPPING examplesDROP MAPPING FROM_RT;