package - How to find Lines of Code of packaged procedures and functions in Oracle -


possible duplicate:
how view oracle stored procedure using sqlplus?

im new oracle. please me on this?

how fine lines of code of packaged procedures , functions in oracle?

is there system tables or query find loc of procedures , functions inside package?

check out all_source view in oracle dictionary.


Comments

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -