DROP MLE MODULE

Purpose

You can drop a previously deployed MLE module using DROP MLE MODULE .

Semantics

Specify IF EXISTS to drop an existing MLE module.

Specifying IF NOT EXISTS with DROP results in ORA-11544: Incorrect IF EXISTS clause for ALTER/DROP statement.

schema Specify the schema containing the MLE module. If you do not specify the schema, then Oracle Database assumes that the module is in your own schema.

module_name refers to the module name.