Extracting the DDL(Code) of only stored procedures
MaxApr 28 2010 — edited Apr 28 2010DB Version:11g
I have a list of Stored procedures (about 250) whose code ie. CREATE OR REPLACE STORED PROCEDURE statements i want to extract to a file.
Is there an option in imp or impdp where i can extract only the code of these stored procedures?
Apart from imp/impdp , is there any other way to do this?