【问题标题】:Are the stored procedures parameters in a sys table? (Oracle)存储过程参数是否在 sys 表中? (甲骨文)
【发布时间】:2011-01-17 12:13:49
【问题描述】:

我需要一些关于我的存储过程的元数据。我知道 oracle 将其对象的元信息存储在 sys 表中。

systemtables

oracle是否存储存储过程的参数信息? 比如名称、类型和描述?


SYS.ALL_STORED_SETTINGS 不存储此信息。它只存储 plsql 元参数信息。

【问题讨论】:

    标签: stored-procedures parameters oracle10g meta sys


    【解决方案1】:

    是的,在 ALL_ARGUMENTS 视图中

    【讨论】:

    • 我一直在寻找“参数”——而不是参数。谢谢
    猜你喜欢
    • 1970-01-01
    • 2012-01-28
    • 1970-01-01
    • 2010-09-11
    • 2013-07-28
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多