How to see the text of the procedure
422835Jun 28 2004 — edited Jun 28 2004Hello,
I am new to PL/SQL.I wrote a procedure -complied and it is working fine. Now I want to see the text of the procedure.How can I see the Text.In MS Sql Server we can see text using sp_helptext. The Desc command shows only the Proc name.