10.2.1 ALL_RQ_DATASTORES
ALL_RQ_DATASTORES describes the datastores available to the current user.
               
| Column | Datatype | Null | Description | 
|---|---|---|---|
| DSOWNER | VARCHAR2(256) | NOT NULL | The owner of the datastore. | 
| DSNAME | VARCHAR2(128) | NOT NULL | The name of the 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) | NULLallowed | 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. | 
Related Topics
Parent topic: Oracle Database Views for Oracle Machine Learning for R