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: Possible: View = "Select * ..." ?

Re: Possible: View = "Select * ..." ?

From: Ivan Bajon <ib_at_ed.dk>
Date: Fri, 18 Sep 1998 15:32:31 +0200
Message-ID: <6ttn57$fnc$1@news1.tele.dk>


All you have to do is recompile the view after altering the table definition:

alter view VIEW_NAME compile;

Received on Fri Sep 18 1998 - 08:32:31 CDT

Original text of this message

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