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

Home -> Community -> Usenet -> c.d.o.tools -> Re: CREATE VIEW within a stored procedure

Re: CREATE VIEW within a stored procedure

From: Jason T Fixsen <jason_at_nospam-owlscreech.com>
Date: 2000/02/16
Message-ID: <88f43j$3oe@chronicle.concentric.net>#1/1

begin

  execute immediate 'create view v_contractors as select * from contractors';
end;
/
egl <katie_at_eglnet.com> wrote in message
news:950668646.841364_at_moon.earthlight.co.nz...
> Is it possible to create a view within a stored procedure with Oracle?
>
>
Received on Wed Feb 16 2000 - 00:00:00 CST

Original text of this message

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