Redian新闻
>
how to check the definition of a stored procedure in TOAD
avatar
how to check the definition of a stored procedure in TOAD# Database - 数据库
e*r
1
I have a sample like this at hand.
EXEC DBMS_STATS.GATHER_TABLE_STATS(null,'JN_LINK_NAV_SPATIAL',estimate_
percent => 5, cascade => true);
thanks
avatar
t*i
2
this is a procedure GATHER_TABLE_STATS in package DBMS_STATS in SYS schema
avatar
e*r
3
How to visit package DBMS_STATS in SYS schema? hehe

schema

【在 t*********i 的大作中提到】
: this is a procedure GATHER_TABLE_STATS in package DBMS_STATS in SYS schema
avatar
t*i
4
since you are using toad, find SYS in the drop down list on upperleft side,
click it; find the package or procedure label on left panel, click it, then
find the procedure.packages you want to see.
Ask your DBA for privilege if you don't have the permission to view sys/
system objects.
But I doubt they will give it to you if you are not a DBA...
avatar
e*r
5
cool, got it , thanks a lot.

,
then

【在 t*********i 的大作中提到】
: since you are using toad, find SYS in the drop down list on upperleft side,
: click it; find the package or procedure label on left panel, click it, then
: find the procedure.packages you want to see.
: Ask your DBA for privilege if you don't have the permission to view sys/
: system objects.
: But I doubt they will give it to you if you are not a DBA...

avatar
B*g
6
desc DBMS_STATS

【在 e******r 的大作中提到】
: cool, got it , thanks a lot.
:
: ,
: then

avatar
j*a
7
You can only see the procedure name and passing parameters of those packages
, but not the actual code because they are wrapped.
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。