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

Thread: User defined functions

  1. #1
    Join Date
    Feb 2006
    Posts
    20

    User defined functions

    Hi, i am new to oracle.
    how can see the description of a praticular function / procedure from sql plus. i can view the function details through Enterprice manager but i want to access via sql plus. can any one help me?

    Thansk in advance
    kiru

  2. #2
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492

    Cool


    desc MyFunction

    -- or --

    Code:
    SELECT TEXT FROM ALL_SOURCE
      WHERE OWNER='ME' AND NAME='MYFUNCTION';

    "The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb

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