Hi,
as much as i know, comments can be added just for materialized view.
;
But in developer, after adding comments to MV using sql command, I edit MV table from table list, and there are no comments. Field is empty.
One more thing, MV containts columns. Again is it possible to add comments for MV columns? In Oracle docs I didn't find such feature.
as much as i know, comments can be added just for materialized view.
Code:
COMMENT ON MATERIALIZED VIEW temp_mv IS Comment .'
But in developer, after adding comments to MV using sql command, I edit MV table from table list, and there are no comments. Field is empty.
One more thing, MV containts columns. Again is it possible to add comments for MV columns? In Oracle docs I didn't find such feature.