B.2 ALL_RQ_SCRIPTS

ALL_RQ_SCRIPTS describes the scripts in the Oracle Database R script repository that are available to the current user.

Column Datatype Null Description
OWNER VARCHAR2(256) NOT NULL The owner of the script.
NAME VARCHAR2(128) NOT NULL The name of the script.
SCRIPT CLOB NOT NULL The R function of the script.