I am using oracle 10g.In my application ,have an entity bean(ejb2.1) mapped to a table.I have updated the table with hugh record manually(bulk insert).After this when i try to add a record using that enitity bean its throwing the below exception. SQL State = 23000, Error Code = 1 Please help me.

link|improve this question
Oracle doc says "integrity constraint violation". How is PK for new rows generated? Are you using some kind of sequence? Have you rolled it up so it doesn't generate already existing PKs after the manual insert? – Andrei LED Jan 18 at 18:40
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.