9.5.9 sys.rqScriptDrop Procedure
The sys.rqScriptDrop
procedure removes a script from the
OML4R script repository.
Syntax
sys.rqScriptDrop (
V_NAME VARCHAR2 IN
V_GLOBAL BOOLEAN IN DEFAULT
V_SILENT BOOLEAN IN DEFAULT)
Parameter | Description |
---|---|
V_NAME |
A name for the script in the OML4R script repository. |
V_GLOBAL |
TRUE (the default) specifies that
the script is public; FALSE specifies that the
script is private.
|
V_SILENT |
FALSE (the default) specifies that
sys.rqqScriptDrop displays an error message if
it encounters an error in dropping the specified R script.
TRUE specifies that the procedure does not
display an error message.
|
Related Topics