Fetching source code of a procedure from a huge package in oracle
801360Aug 19 2012 — edited Aug 20 2012I have a package which as 40-50 methods in them, i would like to retrieve the source of one of the procedure from package. is there a table from which i can fetch this detail in oracle database.
I know there is a table all_source, that has the source code of the entire package, but i want to get only the source code of a specific procedure.
thanks in advance.