列出可访问的数据库模式
dm_list_schemasLists all schemas accessible to the current user in DM8, helping identify table ownership and available schemas. Uses ALL_USERS, falling back to SYSOBJECTS if needed.
Instructions
列出当前连接用户在达梦 DM8 中可访问的全部模式(schema/用户)。不确定某个表属于哪个 schema、或想确认库里有哪些业务库时调用。主查询走 ALL_USERS;若权限不足会退回 SYSOBJECTS 按 TYPE$='SCH' 查询。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | 输出格式:markdown 便于阅读,json 便于程序处理 | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| schemas | Yes |