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

Thread: comment on objects

Hybrid View

  1. #1
    Join Date
    Nov 2004
    Location
    Chennai
    Posts
    38

    comment on objects

    Hi,

    Like we comment on tables and columns , is there a way to make a comment on procedure or function , do we have a dictionary like dba_tab_comments for the procedures, is this possible?.

    Thank you,

    Akila

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    Oracle doesn't supply one, but there's no reason why you couldn't just create your own -- not in the SYS schema, of course.
    David Aldridge,
    "The Oracle Sponge"

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

    Oracle ACE

  3. #3
    Join Date
    Nov 2004
    Location
    Chennai
    Posts
    38
    how u make a write comment on the procedures ...can u plz explain me how i can do that..

  4. #4
    Join Date
    Jan 2005
    Posts
    7
    simply make a comment on the procedure,function or package spec on top lines.
    if you would make a single line use -- like
    -- this is my comment

    or if you would make more lines use /* */ like
    /* this is
    multiple line
    comments */


    bye
    marco

  5. #5
    Join Date
    Nov 2004
    Location
    Chennai
    Posts
    38
    no no iam not asking that i mean to ask comment on object level like u say "comment on table ....." for tables...is there a way to do it for procedures...

  6. #6
    Join Date
    Jan 2004
    Posts
    162
    Which bit of "Oracle doesn't supply one" isn't clear?

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