Just use:
Comment on table 'view Name' is ' Comment ...';
If you use a view instead of SQL, Oracle will issue an invalid object category for the COMMENT command.
Materialized view: we can just comment using:
Command on Materialized view "View name" is 'Comment ...';
source share