oracle 中的查询和过程

Queries and procedures in oracle

描述的是内置程序吗?如果不是那是什么? 我们如何调用 odp.net 中的 describe 并获取它返回的值。 我想获取 describe 命令返回的 table 并使用 gridview 在浏览器中显示它。

Describe 是一个仅限于 SQL*Plus 环境的命令。您不能使用它 ODP.net 或除 SQL*Plus.

以外的任何其他地方

如果你想模拟 Desc 的功能,你可能应该查询 all_objects/user_objects view, find out the type of the object and fetch the relevent information from other user_* metadata views