3.295 ALL_MLE_ENVS

ALL_MLE_ENVS describes the Oracle Database Multilingual Engine (MLE) environments accessible to the current user.

Related Views

  • DBA_MLE_ENVS describes all MLE environments in the database.

  • USER_MLE_ENVS describes the MLE environments owned by the current user. This view does not display the ENV_OWNER column.

Column Datatype NULL Description

ENV_OWNER

VARCHAR2(128)

NOT NULL

Owner of the MLE environment

ENV_NAME

VARCHAR2(128)

NOT NULL

Name of the MLE environment

ENV_ID

NUMBER

NOT NULL

Object number of the MLE environment

LANGUAGE_OPTIONS

VARCHAR2(4000)

MLE environment language options

Note:

This view is available starting with Oracle Database 23ai.

See Also: