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

Thread: How to View Package Body Text From Data Dictionary

  1. #1
    Join Date
    Jan 2005
    Posts
    6

    How to View Package Body Text From Data Dictionary

    I want to view Packages Body Text from data dictionary
    like DBA_TRIGGERS.DESCRIPTION Column, I have used DBA_SOURCE
    View but the information this view is providing is not adequate.
    It shows every line in different row.

  2. #2
    Join Date
    Jul 2001
    Location
    Singapore(Asia)-WebCentre business company
    Posts
    456
    elect text from dba_source where name like '' order by line;
    ngwh,
    Singapore.

  3. #3
    Join Date
    Jul 2001
    Location
    Singapore(Asia)-WebCentre business company
    Posts
    456
    select text from dba_source where name like '' order by line;

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