Re: golden_date_erroir

Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/golden-date-erroir-tp8140p8142.html

First, verify that the table have primary and unique key. Ensure they are valid.
 select owner, constraint_name, constraint_type, status, validated from dba_constraints where owner='XXXXXXX' and TABLE_NAME = 'XXXXX';