Skip to Main Content

Java Development Tools

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!

[JBO-25013:Too many objects match the primary key...] on create new row

771321Oct 21 2010 — edited Oct 21 2010
Hello,

There are two vierw objects: master and details.

New rows are created for the details view object, this is working but only for the first 3 records, then JBO-25013 error is raised.
The primary key is a DBSequence type.
Also very strange is that the generated keys values are always the same: [-46,-47,-307,-307]

Can someone tell how to fix this problem, and why this strange values are generated.
With Oracle BC Browser is working fine, the temporary primary key values starts from -1 and decrease fine with 1.
Let me know if you need more details.

Thanks,
Bogdan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 18 2010
Added on Oct 21 2010
7 comments
1,362 views