Error when dropping materialized view
When I try to drop a materialized view, I get errors, and the MV is not dropped:
SQL> DROP MATERIALIZED VIEW TVIC.VEHICLE_SIMPLE_MV ;
DROP MATERIALIZED VIEW TVIC.VEHICLE_SIMPLE_MV
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-20200: Operation not allowed
ORA-06512: at line 2
What can I do to remove this MV?
Thanks.
SQL> DROP MATERIALIZED VIEW TVIC.VEHICLE_SIMPLE_MV ;
DROP MATERIALIZED VIEW TVIC.VEHICLE_SIMPLE_MV
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-20200: Operation not allowed
ORA-06512: at line 2
What can I do to remove this MV?
Thanks.
0