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

Thread: to list all the procedures and packages

  1. #1
    Join Date
    Jun 2003
    Posts
    8

    Question to list all the procedures and packages

    Hi people ! i wonder how to list all the source code for all the packages and procedures for a schema (or for all the database)
    Someone knows how to do it from the sqlplus ?
    Thxs a lot !!
    Papik

  2. #2
    Join Date
    Jun 2001
    Location
    California
    Posts
    124
    select text from dba_source where owner in ('SCHEMA1', 'SCHEMA2')

  3. #3
    Join Date
    Oct 2003
    Posts
    312
    YOU MEAN THE OBJECTS????
    Last edited by learning_bee; 11-11-2003 at 03:46 PM.

  4. #4
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    Originally posted by bhallar
    select text from dba_source where owner in ('SCHEMA1', 'SCHEMA2')
    ... and order by owner, name, line
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

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