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: problem with updatable view an forms

Re: problem with updatable view an forms

From: DA Morgan <damorgan_at_exesolutions.com>
Date: Thu, 30 Jan 2003 08:28:05 -0800
Message-ID: <3E395295.C0164040@exesolutions.com>


Juergen Koehler wrote:

> Hi, everybody,
>
> can anyone help me with the following problem?
>
> I created an updatable view of 5 tables a,b,c,d,e. Therefor I had to join a
> with b, b with c and d, c with d and e. The system view
> "USER_UPDATABLE_COLUMNS" says that nearly every column is updatable (but not
> insertable or deletable).
> If I do an update on this view via sqlplus it works. When I use a forms
> module with a block on this view the following message appears: "it is not
> possible to update the view". I set the block property "update changed
> columns only" to yes.
> Does anybody knows what the problem is?
>
> Greetings
>
> Jürgen Köhler

Yes. Create an INSTEAD OF trigger on the view.

Daniel Morgan Received on Thu Jan 30 2003 - 10:28:05 CST

Original text of this message

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