Specifying Environments for MLE Modules
MLE environments are schema objects in the database. Their functionality and management methods are described.
MLE environments complement MLE modules and allow you to do the following:
-
Set language options to customize the JavaScript runtime in its execution context
-
Enable specific MLE modules to be imported
-
Manage name resolution and the import chain
Topics
- Creating MLE Environments in the Database
The SQL DDL supports the creation of MLE environments. - Dropping MLE Environments
MLE environments that are no longer needed can be dropped using theDROP MLE ENV
command. - Modifying MLE Environments
Existing MLE environments can be modified using theALTER MLE ENV
command. - Dictionary Views Related to MLE JavaScript Environments
Details about MLE environments are available in these families of views:USER_MLE_ENVS
andUSER_MLE_ENV_IMPORTS
.
Parent topic: MLE JavaScript Modules and Environments