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

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -