B.3 RQUSER_DATASTORECONTENTS

RQUSER_DATASTORECONTENTS contains information about the contents of Oracle R Enterprise datastores.

Column Datatype Null Description
DSNAME VARCHAR2(128) NOT NULL The name of the datastore.
OBJNAME VARCHAR2(128) NOT NULL The names of the objects in the datastore.
CLASS VARCHAR2(128) NOT NULL The R class of an object.
DSSIZE NUMBER NOT NULL The size of an object.
LENGTH NUMBER NOT NULL The size of an object.
NROW NUMBER NULL allowed The number of rows in an object.
NCOL NUMBER NULL allowed The number of columns in an object.