You can use the following data dictionary views to display the body from stored procedures:
user_source dba_source all_source
Here is an example of how to use the user_source view:
SELECT TEXT from user_source where type='PROCEDURE' AND NAME = 'PROC1' ORDER BY LINE
Where TEXT lists the body of procedure "PROC1"
Hello, Iᡉm Dhananjaya Naidu Reddi, a passionate Java Developer based in the vibrant city of Bangalore, India. Like many of you visiting, I have a deep appreciation for Java and the art of software development. I have extensive experience as a Java/J2EE Full Stack developer, proficient in a wide range of technology frameworks and cloud technologies.
0 comments:
Post a Comment