do you have any idea with this error with your oracle database ??
* Every code like '

** for example ORA-00001: --> that's mean unique constraint (string.string) violated
** it is caused by An UPDATE or INSERT statement attempted to insert a duplicate key.
** We can solve this problem with : Either remove the unique restriction or do not insert the key.
Hmm that's useful I think ,,
every code-error in Oracle had been captured at http://sdp-1.ora-code.com/
let's solve it by yourself ..
No comments:
Post a Comment