Information
The MLE_PROG_LANGUAGES will enable Oracle Database Multilingual Engine (MLE), which is currently supporting Java Script.
To minimize attack surface, set the parameter to OFF if Java Script will not be running against the Oracle database system.
Solution
To remediate this recommendation, execute the following SQL statement.
ALTER SYSTEM SET MLE_PROG_LANGUAGES='OFF' SCOPE=BOTH;
Impact:
Java Script code will not be running anymore, MLE feature will be disabled.