How to find Lines of Code of packaged procedures and functions in Oracle [duplicate]

浪尽此生 提交于 2020-01-15 12:06:41

问题


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?


回答1:


Check out the ALL_SOURCE view in the Oracle dictionary.



来源:https://stackoverflow.com/questions/11287688/how-to-find-lines-of-code-of-packaged-procedures-and-functions-in-oracle

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!