Discussion:
Pacakes, procedure, funtions
(too old to reply)
i***@gmail.com
2007-10-15 05:34:00 UTC
Permalink
Hi

I need to know how to view the contents of a package , procedure or
function, trigger using SQLPLUS. By using tolls like toad we can
directly go to the packae body and see the code..
How to see the code of a package, procedure or function in sqlplus??

Thanks
Imran..
Jerome Vitalis
2007-10-15 18:05:18 UTC
Permalink
Post by i***@gmail.com
Hi
I need to know how to view the contents of a package , procedure or
function, trigger using SQLPLUS. By using tolls like toad we can
directly go to the packae body and see the code.. How to see the code of
a package, procedure or function in sqlplus??
It is not the proper group. Follow-up to comp.databases.oracle.misc

For your question, have a look at the all_source, user_source and
dba_source in the documentation.

Loading...