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


VIEW: SYS.COLUMN_PRIVILEGES

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

Grants on columns 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 Username of the owner of the object
TABLE_NAME VARCHAR2 (128) Yes Name of the object
COLUMN_NAME VARCHAR2 (128) Yes Name of the column
GRANTOR VARCHAR2 (128) Yes Name of the user who performed the grant
INSERT_PRIV VARCHAR2 (1)
Permission to INSERT into the column?
UPDATE_PRIV VARCHAR2 (1)
Permission to UPDATE the column?
REFERENCES_PRIV VARCHAR2 (1)
Permission to make REFERENCES to the column?
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
,      COLUMN_NAME
,      GRANTOR
,      INSERT_PRIV
,      UPDATE_PRIV
,      REFERENCES_PRIV
,      CREATED
FROM SYS.COLUMN_PRIVILEGES;

Dependencies

[top of page]

SYS.COLUMN_PRIVILEGES references the following:

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

SchemaPUBLIC
SynonymCOLUMN_PRIVILEGES