I need to read the contents(text inside a stored procedure) of a stored procedure of a particular schema from a Java program.
Example. suppose I have a sp in oracle named mySp.
I need to read the text inside the sp.
How i can achieve this from a java program.