DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.TABLE_PRIVILEGES

Object Details
Object Name: TABLE_PRIVILEGES
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Grants on objects for which the user is the grantor, grantee, owner,
or an enabled role or PUBLIC is the grantee

[View Source]

Columns
Name Datatype Length Mandatory Comments
GRANTEE VARCHAR2 (128) Yes Name of the user to whom access was granted
OWNER VARCHAR2 (128) Yes Owner of the object
TABLE_NAME VARCHAR2 (128) Yes Name of the object
GRANTOR VARCHAR2 (128) Yes Name of the user who performed the grant
SELECT_PRIV VARCHAR2 (1)
Permission to SELECT from the object?
INSERT_PRIV VARCHAR2 (1)
Permission to INSERT into the object?
DELETE_PRIV VARCHAR2 (1)
Permission to DELETE from the object?
UPDATE_PRIV VARCHAR2 (1)
Permission to UPDATE the object?
REFERENCES_PRIV VARCHAR2 (1)
Permission to make REFERENCES to the object?
ALTER_PRIV VARCHAR2 (1)
Permission to ALTER the object?
INDEX_PRIV VARCHAR2 (1)
Permission to create/drop an INDEX on the object?
CREATED VARCHAR2 (0)
Timestamp for the grant
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT GRANTEE
,      OWNER
,      TABLE_NAME
,      GRANTOR
,      SELECT_PRIV
,      INSERT_PRIV
,      DELETE_PRIV
,      UPDATE_PRIV
,      REFERENCES_PRIV
,      ALTER_PRIV
,      INDEX_PRIV
,      CREATED
FROM SYS.TABLE_PRIVILEGES;

Dependencies

[top of page]

SYS.TABLE_PRIVILEGES references the following:

SchemaSYS
TableOBJAUTH$
TableUSER$
View_CURRENT_EDITION_OBJ
SYS.TABLE_PRIVILEGES is referenced by following:

SchemaPUBLIC
SynonymTABLE_PRIVILEGES