Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在不解析 DDL 的情况下从元数据表中获取有关游标规范中声明的所有类型、变量、常量、异常、游标和子程序的信息?
通过查询 user_procedures 和 user_arguments 视图可以找到有关过程和相关参数的信息。
我的 PLSQL Developer 工具还显示有关包的附加信息,例如所有公共变量和游标。但我不知道这是怎么做到的。