由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - how to check the definition of a stored procedure in TOAD
相关主题
SQL debug step into a store procedure from another one (转载)请教,如何单步调试sql script?
Stored Procedure的Is和As有什么区别,还有 ······dbms_java error, need help...
如何分析Stored Procedure运行时间过长?老印的sr. dba之路,新手不妨借鉴
如何从一个Stored Procedure中实时返回运行信息How to let oracle execute a procedure every hour?
请问如何DEPLOY STORED PROCEDURE啊怎么调用已经被重载的父类方法?
stored procedure running 很慢的问题oracle script out
run SQL stored procedure from pythonPL/SQL 输入DATA
from where can i get the acamedic info on DatabasmySQL
相关话题的讨论汇总
话题: toad话题: stats话题: procedure话题: stored话题: definition
进入Database版参与讨论
1 (共1页)
e******r
发帖数: 220
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
t*********i
发帖数: 217
2
this is a procedure GATHER_TABLE_STATS in package DBMS_STATS in SYS schema
e******r
发帖数: 220
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
t*********i
发帖数: 217
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...
e******r
发帖数: 220
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...

B*****g
发帖数: 34098
6
desc DBMS_STATS

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

j***a
发帖数: 10844
7
You can only see the procedure name and passing parameters of those packages
, but not the actual code because they are wrapped.
1 (共1页)
进入Database版参与讨论
相关主题
mySQL请问如何DEPLOY STORED PROCEDURE啊
oracle dbms_outputstored procedure running 很慢的问题
Stored Procedure?run SQL stored procedure from python
how can i execute pl/sql (or stored procedure) in java??from where can i get the acamedic info on Databas
SQL debug step into a store procedure from another one (转载)请教,如何单步调试sql script?
Stored Procedure的Is和As有什么区别,还有 ······dbms_java error, need help...
如何分析Stored Procedure运行时间过长?老印的sr. dba之路,新手不妨借鉴
如何从一个Stored Procedure中实时返回运行信息How to let oracle execute a procedure every hour?
相关话题的讨论汇总
话题: toad话题: stats话题: procedure话题: stored话题: definition