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

Thread: Procedures

  1. #1
    Join Date
    Jan 2000
    Posts
    387
    Hi,

    I am currently looking for the codes of all procedures. Is there a table which will stored all the procedures? If yes, which table? Thanks. :)

  2. #2
    Join Date
    Aug 2000
    Posts
    194
    I guess, u can use ALL_SOURCE table.

  3. #3
    Join Date
    Mar 2000
    Location
    Toronto, Ontario, Canada
    Posts
    213
    Hi gsprince,
    i think you are right!
    mooks, you can also try DBA_SOURCE and make sure
    you use 'text' instead of '*' and 'line number'.
    like: select text, line number from
    DBA_SOURCE
    order by line number;

    correct me if i'm wrong!

    HTH,
    Regards,
    Vimal Patel
    OCP DBA 7.3, 8, 8i, 9i
    Sun Solaris 8 Sys. Admin.
    A+

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