Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

ERROR INSERT with db link 4 partname to oracle

$
0
0
i have somthing strnage.when i run this command in mssql insert into [LinkedSRV]...[xfer_in_order] (seq_id, action_type, action_code)values(2001, 'PTL_TEST', 'M') i get error :OLE DB provider "OraOLEDB.Oracle" for linked server "LinkedSRV" returned message "ORA-02290: check constraint (CT2.DF_XFER_IN_ORDER_WAVE_SEQ) violated".but if i run this insert localy in oracle - its worked insert into xfer_in_order (seq_id, action_type, action_code)values(2001, 'PTL_TEST', 'M') 2 ;1 row created.

Viewing all articles
Browse latest Browse all 3145

Trending Articles