Skip to Main Content

SQL Developer

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!

Dropping Materialized View Error

Earl LewisOct 29 2015 — edited Oct 30 2015

I tried to drop two materialized views (one that I wanted to drop and the other as a test to make sure the behavior was consistent) in SQL Developer today, using the GUI, not the SQL command window. When I did this, since SQL Developer had these MVs in among the tables, it tried to run a "DROP TABLE" statement rather than a "DROP MATERIALIZED VIEW" and an ugly error message came along with that and of course it failed. Is this a bug that needs to be addressed? Or perhaps it's been identified already and being addressed in a future release?

Earl

This post has been answered by Jim Smith on Oct 30 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 27 2015
Added on Oct 29 2015
2 comments
591 views