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


VIEW: SYS.ALL_COL_PRIVS_RECD

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

Grants on columns for which the user, PUBLIC or enabled role is the grantee

[View Source]

Columns
Name Datatype Length Mandatory Comments
GRANTEE VARCHAR2 (128)
Name of the user to whom access was granted
OWNER VARCHAR2 (128)
Username of the owner of the object
TABLE_NAME VARCHAR2 (128)
Name of the object
COLUMN_NAME VARCHAR2 (128)
Name of the column
GRANTOR VARCHAR2 (128)
Name of the user who performed the grant
PRIVILEGE VARCHAR2 (40)
Column privilege
GRANTABLE VARCHAR2 (3)
Privilege is grantable
COMMON VARCHAR2 (3)
Privilege was granted commonly
Query Text

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


SELECT GRANTEE
,      OWNER
,      TABLE_NAME
,      COLUMN_NAME
,      GRANTOR
,      PRIVILEGE
,      GRANTABLE
,      COMMON
FROM SYS.ALL_COL_PRIVS_RECD;

Dependencies

[top of page]

SYS.ALL_COL_PRIVS_RECD references the following:

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

SchemaPUBLIC
SynonymALL_COL_PRIVS_RECD