Oracle Forms (MOSC)

MOSC Banner

Trouble updating a view through Forms

edited Oct 28, 2010 7:08AM in Oracle Forms (MOSC) 7 commentsAnswered
I have an updatable view which ties several tables together.  I only want to update one column in the view.  In SQL*PLUS I can issue an update on the view changing my column's value and using another column, which is a unique ID in the table my changed column is a part of, in the WHERE clause.

update rep_view rv
set rv.REP_ID = '10200'
where rv.REP_USE_ID = 14744                --this update works correctly

I created a form with a single data block against the view.  I want the user to be able to change the value of REP_ID and save it.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center