Oracle query between local an remote table

Job ID: 37390937

Budget: $10 – $30 USD

Having two oracle servers:
Having same table on both servers I need to accomplish something like this:

Update local.table set col1=col1@remote-srv where col2=col2@remote-srv and col3=col3@remote-srv

I was trying to accomplish that using db link but no results at all. I need support to do this