2.236 MLE_PROG_LANGUAGES
Use MLE_PROG_LANGUAGES
to enable or disable Oracle Database Multilingual Engine (MLE) completely, or selectively enable certain languages.
Property | Description |
---|---|
Parameter type |
String |
Syntax |
|
Default value |
|
Modifiable |
|
Modifiable in a PDB |
Yes |
Basic |
No |
Oracle RAC |
Multiple instances must have the same value. |
Values:
-
ALL
- Enable MLE completely. -
JAVASCRIPT
- Enable MLE for JavaScript only. Note that MLE currently supports JavaScript as its sole language. Therefore, theJAVASCRIPT
setting has the same effect as theALL
setting. -
OFF
- Disable MLE completely.If MLE is disabled completely at the CDB level, it cannot be enabled at the PDB or session level. Similarly, if MLE is disabled completely at the PDB level, it cannot be enabled at the session level.
Note:
This parameter is available starting with Oracle Database 23ai.
See Also:
Oracle Database Multilingual Engine JavaScript Developer's Guide for more information about this parameter