Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unique Constraint Violated

Eslam_ElbyalyAug 8 2016 — edited Aug 21 2016

hi,

working on forms 6i ,

i have a table with a composite primary key (quote_id , item_id , expiry_date ) , and a form with a block based on this table ,

i insert data normally into database through the block , but the problem appears when i try to update the records inserted , i face the error " unique constraint violated " .

- when i look at the database , i see no duplicate records at all ,

i deleted all records in the table , and created two new rows with different ( quote_id , item_id , expiry_date ) , it inserts , but the problem appears when update .

any idea ?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 15 2016
Added on Aug 8 2016
19 comments
5,215 views