jjpetrucelli
Programmer
Looking to create various documentation for the DB by using the comments for the table and the columns. A definition can be inserted, reports can be run and if any of the info needs to be changed, it can be changed in one spot but will be reflected in every report run! So i was trying to update col and / or tab comments (i.e. all_tab_comments, all_col_comments) but i cant. I get cannot modify a column which maps to a non key-preserved table. Now from my research it seems that i am attempting to update a view rather than the underlying table? How do / should I do this?