Bom dia pessoal,
criei as minhas tabelas no sql server 2008 e deu com sucesso, mas quando tento inserir informações nelas, dá-me o seguinte erro:
Error starting at line : 136 in command -
INSERT INTO AGENCIA(ID_AGENCIA,NOME_AGENCIA,NOME_RUA,NUMERO_RUA) VALUES(001,'TRINDADE','MARCHAL','12A')
Error report -
SQL Error: ORA-00001: unique constraint (ENDSON.SYS_C007303) violated
00001. 00000 - "unique constraint (%s.%s) violated"
*Cause: An UPDATE or INSERT statement attempted to insert a duplicate key.
For Trusted Oracle configured in DBMS MAC mode, you may see
this message if a duplicate entry exists at a different level.
*Action: Either remove the unique restriction or do not insert the key.
O que poderá ser isso?