Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Add a comment on a trigger

Peter BurberyMay 17 2024

In the same way that you can add a comment on a table or column, it would be useful to be able to add a comment on a trigger. A trigger is an object and adding comments on triggers would be helpful.

COMMENT ON TABLE schema.table IS
'This is my comment.';

COMMENT ON COLUMN schema.table.column IS
‘This is my comment.’;

COMMENT ON TRIGGER schema.trigger IS
'This is my comment.';

Comments
Post Details
Added on May 17 2024
1 comment
269 views