10.2.4 RQUSER_DATASTORELIST
RQUSER_DATASTORELIST
contains information about Oracle Machine Learning for R datastores.
Column | Datatype | Null | Description |
---|---|---|---|
DSNAME |
|
NOT NULL |
The name of the datastore. |
NOBJ |
NUMBER |
NOT NULL |
The number of objects in a datastore. |
DSSIZE |
NUMBER |
NOT NULL |
The size of the datastore. |
CDATE |
DATE |
NOT NULL |
The date the datastore was created. |
DESCRIPTION |
VARCHAR2(2000) |
NULL allowed
|
The description of the datastore. |
Related Topics