Possible Duplicate:
How to View Oracle Stored Procedure using SQLPlus?
Im new to Oracle. Could you please help me on this?
How to fine Lines of Code of packaged procedures and functions in Oracle?
Is there any system tables or query to find the LOC of procedures and functions inside any package?
Check out the ALL_SOURCE view in the Oracle dictionary.