DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: procedures

  1. #1
    Join Date
    Jul 2000
    Posts
    68
    Hi,

    Could somebody tell me how to check the procedure source code in SQL*Plus? I want to know what the procedure try to do. I lost the original script. Any idea?

    Thanks.

  2. #2
    Join Date
    Oct 2000
    Posts
    21
    you can have it from the TEXT column of user_source.........
    select text from user_source where name like <%proc_name%>;
    Pao de dabba
    B'ham

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width