March 14, 2008

SQL Error: ORA-xxxxx


do you have any idea with this error with your oracle database ??

* Every code like 'SQL Error: ORA-00942' and such have the meaning itself ..
** 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: