HP Neoview SQL Reference Manual page 161

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

privilege [,privilege]... | all [PRIVILEGES]
specifies the privileges to revoke. You can specify each of these privileges for a schema.
ALL_DDL
ALL_DML
ALTER
ALTER_MV
ALTER_MV_GROUP
ALTER_SYNONYM
ALTER_TABLE
ALTER_TRIGGER
ALTER_VIEW
CREATE
CREATE_MV
CREATE_MV_GROUP
CREATE_PROCEDURE
CREATE_SYNONYM
CREATE_TABLE
CREATE_TRIGGER
CREATE_VIEW
DELETE
DROP
DROP_MV
DROP_MV_GROUP
DROP_PROCEDURE
DROP_SYNONYM
DROP_TABLE
DROP_TRIGGER
DROP_VIEW
EXECUTE
INSERT
REFERENCES
SELECT
UPDATE
ALL PRIVILEGES
ON SCHEMA schema-name
specifies a schema on which to revoke privileges.
Any table, view, materialized view, or procedure created in the schema after this
privilege is granted will be able to perform any DDL privilege including CREATE,
DROP, ALTER, and the REFRESH option of MAINTAIN.
Any table, view, materialized view, or procedure created in the schema after this
privilege is granted will be able to perform any DML privilege including DELETE,
EXECUTE, INSERT, REFERENCES, SELECT or UPDATE.
Revokes the ALTER privilege, which includes materialized views, materialized view
groups, synonyms, tables, triggers, and views.
Revokes the privilege to alter a materialized view.
Revokes the privilege to change the list of materialized views to refresh together.
Revokes the privilege to change a synonym.
Revokes the privilege to add and drop constraints; add, populate, and drop indexes;
add, alter, and drop triggers; modify file attributes; add columns, and rename tables
for any table in the schema.
Revokes the privilege to enable or disable triggers.
Revokes the privilege to alter a view definition.
Revokes the ability to use all CREATE privileges, which includes materialized views,
materialized view groups, synonyms, tables, triggers, and views.
Revokes the privilege to create a materialized view.
Revokes the privilege to create materialized views groups.
Revokes the privilege to create stored procedures in the schema.
Revokes the privilege to create a synonym.
Revokes the privilege to create a table.
Revokes the privilege to create a trigger.
Revokes the privilege to create a view.
Revokes the ability to use the DELETE statement.
Revokes the ability to use all DROP privileges, which includes materialized views,
materialized view groups, synonyms, tables, triggers, and views.
Revokes the privilege to drop a materialized view.
Revokes the privilege to drop materialized view groups.
Revokes the privilege to drop stored procedures in the schema.
Revokes the privilege to drop synonyms in the schema.
Revokes the privilege to drop tables.
Revokes the privilege to drop any trigger in the schema.
Revokes the privileges to drop any regular view in the schema.
Revokes the EXECUTE privilege on a schema.
Revokes the ability to use the INSERT statement.
Revokes constraints that reference the schema.
Revokes the ability to use the SELECT statement.
Revokes the ability to use the UPDATE statement.
All of the privileges above. Can have all privileges that apply to the object type.
REVOKE SCHEMA Statement
161

Advertisement

Table of Contents
loading

Table of Contents