Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: delete from a view
On Wed, 28 Apr 2004 17:38:27 +0200, Sybrand Bakker wrote:
> On Wed, 28 Apr 2004 16:18:37 +0200, Frederic Houbie > <fh_at_ionicsoft.comNOSPAAAAM> wrote: >
> > Union all views are not updatable for obvious reasons (and this is > documented) > Apart from the obvious solution (ie deleting the record directly) you > could try an instead of trigger on your view. > But you may ask whether you want your application yet more unstable.
In fact, I have a Oracle Type T1 and several type that inherit T1. For each child type, I have an oracle table of that type. My view is a view that return T1 object and is the union of all the table that are childs of t1, so, I'm sure that I have no duplicate row and key (which are uuid so unique in the world) are unique. That's the reason why I thought I could delete a row from that view. Received on Wed Apr 28 2004 - 10:54:25 CDT
![]() |
![]() |