DBA_CONTEXT

2024-04-19 08:42:49  Updated

Note

This view is introduced since OceanBase Database V3.2.4.

Purpose

The DBA_CONTEXT view provides information about all context namespaces in the database.

Applicability

This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only the MySQL mode.

Columns

Column Type Nullable? Description
NAMESPACE VARCHAR2(128) NO The name of the context namespace.
SCHEMA VARCHAR2(128) NO The username that can use this namespace to set the package to which the attribute belongs.
PACKAGE VARCHAR2(128) NO The name of the package that can use this namespace to set properties.
TYPE VARCHAR2(22) NO The type of the context.
ORIGIN_CON_ID NUMBER NO The ID of the tenant.
TRACKING VARCHAR2(3) NO It is used only for compatibility and the value is fixed to YES.

Contact Us