UPDATE raises FRM-40508: ORACLE error: UNABLE to INSERT record [message #458593] |
Mon, 31 May 2010 06:49 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
ngaari
Messages: 2 Registered: May 2010 Location: saudi arabia
|
Junior Member |
|
|
I would like to UPDATE the columns p1 and p2 of my table student (studentid:pk,name,p1,p2,...) for a given studentid.and I have a when-button-pressed trigger with this code:
UPDATE student
SET student.p1=:validation.proj1,
student.p2=:validation.proj2
where UPPER(student.studentid)=UPPER(:validation.studentid);commit_form;
when I run my form with a correct studentid, I got this error:
FRM-40508: ORACLE error: UNABLE to INSERT record
but it is cworking correctly in sqlplus; and I have all priveligies.
thanks for your help.
ngari
[SPLIT and MOVED by LF]
[Updated on: Mon, 31 May 2010 07:41] by Moderator Report message to a moderator
|
|
|
|
|
|
|