Alter JavaScript Modules
Attributes of an MLE module can be
assigned or altered using the ALTER MLE MODULE
statement.
The ALTER MLE MODULE
statement specifies the name, and
optionally the schema of the module to be altered. If the module name is not
prefixed with a schema, the schema of the current user is assumed.
Example 3-11 Alter an MLE Module
ALTER MLE MODULE change_mod
SET METADATA USING CLOB(SELECT'{...}');
Parent topic: Using JavaScript Modules in MLE