Use the following query to read a SP in SQL PLUS or database developer for oracle.
SELECT * FROM ALL_SOURCE
WHERE NAME = 'SP_EXTRACT_GUNAG_2014'
ORDER BY line
Note: 'SP_EXTRACT_GUNAG_2014' is just a stored procedure name i used in my db.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment