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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Delete a view

Re: Delete a view

From: Jeremy <newspostings_at_hazelweb.co.uk>
Date: Tue, 23 Aug 2005 12:10:57 +0100
Message-ID: <MPG.1d75149c682f8bfc989f25@news.individual.net>


In article <1124794645.505881.292600_at_f14g2000cwb.googlegroups.com>, says...
> I have tried "delete view oletest", but that didn't work.
>
> Can someone help me...
>

It is DDL you need:

SQL> DROP VIEW MYVIEW;

-- 

jeremy
Received on Tue Aug 23 2005 - 06:10:57 CDT

Original text of this message

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