---
title: "DICT - OceanBase 数据库 V4.2.5 | OceanBase 文档中心"
description: DICT 说明 该视图从 V2.2.77 版本开始引入。 功能描述 展示当前租户下数据字典表和视图的描述。与 DICTIONARY 视图相同。 功能适用性 该视图仅适用于 OceanBase 数据库 Oracle 模式。 字段说明 字段名称 类型 是否可以为 NULL 描述 TABLE_NAME VARCHAR2(1…
---
切换语言

- 中文站 - 简体中文
- International - English
- 日本站 - 日本語

文档反馈![](https://mdn.alipayobjects.com/huamei_22khvb/afts/img/A*P8CuR4UJ_FkAAAAAAAAAAAAADiGDAQ/original) OceanBase 数据库分布式版 - V 4.2.5 LTS

# DICT

更新时间：2026-07-15 20:56:59

[编辑](https://github.com/oceanbase/oceanbase-doc/edit/V4.2.5/zh-CN/700.reference/700.system-views/500.system-view-of-oracle-mode/200.dictionary-view-of-oracle-mode/23000.dict-of-oracle-mode.md)

#### 说明

该视图从 V2.2.77 版本开始引入。

## 功能描述

展示当前租户下数据字典表和视图的描述。与 `DICTIONARY` 视图相同。

#### 功能适用性

该视图仅适用于 OceanBase 数据库 Oracle 模式。

## 字段说明

| **字段名称** | **类型** | **是否可以为 NULL** | **描述** |
| --- | --- | --- | --- |
| TABLE_NAME | VARCHAR2(128) | NO | 对象的名称 |
| COMMENTS | VARCHAR2(4000) | NO | 对象的文本注释 |

## 查询示例

查看当前租户下的数据字典表和视图的描述，展示前 10 条记录。

```shell
obclient[SYS]> SELECT * FROM SYS.DICT WHERE ROWNUM <=10;

```

查询结果如下：

```shell
+----------------+------------------------------------------------------------------+
| TABLE_NAME     | COMMENTS                                                         |
+----------------+------------------------------------------------------------------+
| DBA_SYNONYMS   | All synonyms in the database                                     |
| DBA_OBJECTS    | All objects in the database                                      |
| ALL_OBJECTS    | Objects accessible to the user                                   |
| USER_OBJECTS   | Objects owned by the user                                        |
| DBA_SEQUENCES  | Description of all SEQUENCEs in the database                     |
| ALL_SEQUENCES  | Description of SEQUENCEs accessible to the user                  |
| USER_SEQUENCES | Description of the user's own SEQUENCEs                          |
| DBA_USERS      | Information about all users of the database                      |
| ALL_USERS      | Information about all users of the database                      |
| ALL_SYNONYMS   | All synonyms for base objects accessible to the user and session |
+----------------+------------------------------------------------------------------+
10 rows in set

```

## 相关视图

[DICTIONARY](https://www.oceanbase.com/docs/common-oceanbase-database-cn-1000000001500997)

 上一篇 下一篇 ![有帮助](https://gw.alipayobjects.com/mdn/ob_asset/afts/img/A*y6ocSqN8cqsAAAAAAAAAAAAAARQnAQ)![无帮助](https://gw.alipayobjects.com/mdn/ob_asset/afts/img/A*BG9IQJyLHF8AAAAAAAAAAAAAARQnAQ)![反馈](https://gw.alipayobjects.com/mdn/ob_asset/afts/img/A*eTWdQKCRKHwAAAAAAAAAAAAAARQnAQ)[AI](https://www.oceanbase.com/obi) 咨询热线
