10.2.6 USER_RQ_DATASTORES
USER_RQ_DATASTORES
describes datastores created by the current user.
Column | Datatype | Null | Description |
---|---|---|---|
DSNAME |
|
NOT NULL |
The name of a datastore. |
NOBJ |
NUMBER |
NOT NULL |
The number of objects in the datastore. |
DSSIZE |
NUMBER |
NOT NULL |
The size of the datastore. |
CDATE |
DATE |
NOT NULL |
The creation date of the datastore. |
DESCRIPTION |
VARCHAR2(2000) |
NULL allowed
|
A description of the datastore. |
GRANTABLE |
VARCHAR2(1) |
NOT NULL |
Whether read privilege access to the datastore can be granted by the owner to another user. |