Re: Error While Dropping tbs
From: Howard Latham <howard.latham_at_gmail.com>
Date: Sat, 1 Nov 2008 14:50:10 +0000
Message-ID: <713d96d10811010750j3f77b5adm2e7d84a65d56d3a1@mail.gmail.com>
Date: Sat, 1 Nov 2008 14:50:10 +0000
Message-ID: <713d96d10811010750j3f77b5adm2e7d84a65d56d3a1@mail.gmail.com>
you need to drop any indexs related mvs too.
2008/11/1 Ray Stell <stellr_at_cns.vt.edu>
> On Sat, Nov 01, 2008 at 04:42:44PM +0530, Nagaraj S wrote:
> >
> > kindly help me to over come this issue. i have tried to find the MViews
> in
> > C_LCFJ_BDACCT_MV tbs and dropped them, still get the same error.
>
>
> you have to locate these mviews and drop them before you can drop the ts:
>
> SQL> select MVIEW_NAME, QUERY from DBA_MVIEWS where ...;
>
> SQL> DROP MATERIALIZED VIEW ...;
>
> Materialized view dropped.
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>
-- Howard A. Latham -- http://www.freelists.org/webpage/oracle-lReceived on Sat Nov 01 2008 - 09:50:10 CDT