user scripts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • holdingbe
    New Member
    • Jul 2007
    • 78

    user scripts

    Hi all,
    How to add comments on user scripts?

    Normally, we can add comments on tables.views,pr ocedure,functio ns.

    comments on table employees is 'this is employees table created by user_name';

    Now i want a script for comment on users

    i try like

    comments on schema scott is 'created by creater name on 10/02/2002';

    it shows error like invalid table option.

    I try in this scripts as a system not users...

    Regards,
    Michael
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    There is no such option in oracle.

    Comment

    • holdingbe
      New Member
      • Jul 2007
      • 78

      #3
      Any other method for add comment in particular user.

      Comment

      Working...