3.296 ALL_MLE_MODULES

ALL_MLE_MODULES describes the Oracle Database Multilingual Engine (MLE) modules accessible to the current user.

Related Views

  • DBA_MLE_MODULES describes all MLE modules in the database.

  • USER_MLE_MODULES describes the MLE modules owned by the current user. This view does not display the MODULE_OWNER column.

Column Datatype NULL Description

MODULE_OWNER

VARCHAR2(128)

NOT NULL

Owner of the MLE module

MODULE_NAME

VARCHAR2(128)

NOT NULL

Name of the MLE module

MODULE_ID

NUMBER

NOT NULL

Object number of the MLE module

MODULE

BLOB

NOT NULL

Contents of the MLE module

LANGUAGE_OWNER

VARCHAR2(128)

Owner of the MLE language of the MLE module

LANGUAGE_NAME

VARCHAR2(128)

NOT NULL

Name of the MLE language of the MLE module

VERSION

VARCHAR2(256)

Version of the MLE module

METADATA

CLOB

Metadata of the MLE module

TYPE

VARCHAR2(7)

Type of the MLE module:

  • TEXT

  • UNKNOWN

Note:

This view is available starting with Oracle Database 23ai.