37.15 SDO_WFS_PROCESS.RevokeMDAccessFromUser
Format
SDO_WFS_PROCESS.RevokeMDAccessFromUser( userName IN VARCHAR2);
Description
Revokes access to Web Feature Service metadata tables from a database user.
Usage Notes
To call this procedure, you should be connected to the database as a user with the DBA role.
To grant access to Web Feature Service metadata tables to a database user, use the SDO_WFS_PROCESS.GrantMDAccessToUser procedure.
For information about support for Web Feature Services, see Web Feature Service (WFS) Support.
Examples
The following example revokes access to Web Feature Service metadata tables from the database user named WFS_REL_USER
.
BEGIN SDO_WFS_PROCESS.RevokeMDAccessToUser('WFS_REL_USER'); END; /
Parent topic: SDO_WFS_PROCESS Package (WFS Processing)