Skip to Main Content

Oracle Database Discussions

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!

Dropped object keeps coming back

978225Apr 11 2013 — edited Apr 11 2013
Hello,

I have a weird problem with a materialized view I am trying to get rid of.
I tried dropping it a few times, but it keeps coming back. SQLDeveloper is not displaying it in the object tree, but it is still there when I do a Database Export and I can keep executing a "drop materialized view" statement...
For easier demonstration of the problem I ran through the below SQLPlus session:
SQL> drop materialized view RMP_CSC_MESSAGE_XML_BY_TYPE2;

Materialized view dropped.

SQL> commit;

Commit complete.

SQL> drop materialized view RMP_CSC_MESSAGE_XML_BY_TYPE2;

Materialized view dropped.

SQL> commit;

Commit complete.

SQL> purge recyclebin;

Recyclebin purged.

SQL> drop materialized view RMP_CSC_MESSAGE_XML_BY_TYPE2;

Materialized view dropped.
What is happening here????
How do I get rid of this MView?

Thank you in advance...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 9 2013
Added on Apr 11 2013
6 comments
255 views