DROP ML CONFIGURATION (SQL)
Deletes an ML configuration.
Synopsis
DROP ML CONFIGURATION ml-configuration-name
Arguments
ml-configuration-name | The name of the ML configuration to delete. |
Description
The DROP ML CONFIGURATION command deletes an ML configuration and its corresponding class definition.
Conditions
-
The ML configuration must exist in the current namespace. Attempting to delete a non-existent ML configuration generates an SQLCODE –30 error.
-
You cannot delete the system default ML configuration. Attempting to do so results in a SQLCODE –189 error.
Required Security Privileges
Calling DROP ML CONFIGURATION requires %DROP_ML_CONFIGRATION privileges; otherwise, there is a SQLCODE –99 error (Privilege Violation). To assign %DROP_ML_CONFIGRATION privileges, use the GRANT command.