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: Alter any view?

Re: Alter any view?

From: David Aldridge <slimdave_at_yahoo.com>
Date: 15 Feb 2005 14:48:19 -0800
Message-ID: <1108507699.617151.64740@l41g2000cwc.googlegroups.com>


How about creating a definers-rights procedure in the schema that owns the views, to accept the name of a view and 'execute immediate' a recompile of it.

Then grant execute on the procedure to the other user. Received on Tue Feb 15 2005 - 16:48:19 CST

Original text of this message

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