3.294 ALL_MLE_ENV_IMPORTS

ALL_MLE_ENV_IMPORTS describes import name to module mappings in the Oracle Database Multilingual Engine (MLE) environments accessible to the current user.

Related Views

  • DBA_MLE_ENV_IMPORTS describes import name to module mappings in all MLE environments in the database.

  • USER_MLE_ENV_IMPORTS describes import name to module mappings in 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

IMPORT_NAME

VARCHAR2(2048)

NOT NULL

Import name, as specified in the MLE environment's IMPORTS clause

It is possible for a single MLE environment to have multiple import names. The import name is a case-sensitive identifier.

MODULE_OWNER

VARCHAR2(128)

Owner of the MLE module

MODULE_NAME

VARCHAR2(128)

NOT NULL

Name of the MLE module

Note:

This view is available starting with Oracle Database 23ai.