10.2.3 RQUSER_DATASTORECONTENTS
RQUSER_DATASTORECONTENTS
contains information about the contents of Oracle Machine Learning for R datastores.
Column | Datatype | Null | Description |
---|---|---|---|
|
VARCHAR2(128) |
NOT NULL |
The name of the datastore. |
|
VARCHAR2(128) |
NOT NULL |
The names of the objects in the datastore. |
CLASS |
VARCHAR2(128) |
NOT NULL |
The R class of an object. |
|
NUMBER |
NOT NULL |
The size of an object. |
|
NUMBER |
NOT NULL |
The size of an object. |
NROW |
NUMBER |
NULL allowed
|
The number of rows in an object. |
|
NUMBER |
NULL allowed
|
The number of columns in an object. |
Related Topics