kodaksmile
MIS
Hi All,
We are going through a government required security change for several of our systems. One of the requirements it to revoke almost all access from the public role. While I can do most of that (will probably break the system) there are several (200 or so) permissions that cannot be revoked. For example:
REVOKE SELECT ON xml_schema_wildcards from public
will return:
Cannot find the object 'xml_schema_wildcards', because it does not exist or you do not have permission.
However this item does show up on the security scan. Does anyone know if there is any documentation on the fact that some permissions cannot be revoked?
Thanks,
We are going through a government required security change for several of our systems. One of the requirements it to revoke almost all access from the public role. While I can do most of that (will probably break the system) there are several (200 or so) permissions that cannot be revoked. For example:
REVOKE SELECT ON xml_schema_wildcards from public
will return:
Cannot find the object 'xml_schema_wildcards', because it does not exist or you do not have permission.
However this item does show up on the security scan. Does anyone know if there is any documentation on the fact that some permissions cannot be revoked?
Thanks,