Getting a list of functions and procedure signature from oracle(从 oracle 获取函数列表和过程签名)
问题描述
是否有任何查询可以为我提供函数/过程的签名详细信息.我在看返回类型,函数名,参数类型,是否为IN/OUT/INOUT.
Is there any query which can provide me signature details of a Function/Procedure. I am looking at return type, function name, argument types, whether IN/OUT/INOUT.
我知道这个 线程,但它只提供名称
I am aware of this thread, but it provides only names
推荐答案
这是一个生成 PL/SQL 函数原型的小脚本:
Here's a little script that produces PL/SQL function prototypes:
分享和享受.
这篇关于从 oracle 获取函数列表和过程签名的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!