Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Trying to drop a table / can't due to materialized view

Re: Trying to drop a table / can't due to materialized view

From: Richard Foote <richard.foote_at_bigpond.nospam.com>
Date: Tue, 21 Jun 2005 10:04:16 GMT
Message-ID: <ACRte.24939$F7.20935@news-server.bigpond.net.au>

"chris b" <chris.brown_at_providenthims.co.uk> wrote in message news:1119344437.781982.69880_at_g44g2000cwa.googlegroups.com...
>I am trying to drop a table but can't because it says I have to drop a
> materialized view which doesn't exist ...I found this out when I tried
> to follow the suggestion below!
>
> ORA-12083: must use DROP MATERIALIZED VIEW to drop
> "LIVEDW"."MV_NBVBROKER"
>
>
> Any ideas on how I can get round this ...I seem to have inconsistency
> between a materialized view & a table
>

Hi Chris

What error message did you get when you tried to follow the suggestion and ran:

DROP MATERIALIZED VIEW livedw.mv_nbvbroker;

Cheers

Richard Received on Tue Jun 21 2005 - 05:04:16 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US