10.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;FALSEspecifies that the
                                script is private. | 
| V_SILENT | FALSE(the default) specifies thatsys.rqqScriptDropdisplays an error message if
                                it encounters an error in dropping the specified R script.TRUEspecifies that the procedure does not
                                display an error message. | 
Related Topics
Parent topic: Embedded R Execution Functions (Autonomous Database)