Oracle query between local an remote table
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
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
Related categories:
Oracle
Database Administration
Database Development
T-SQL (Transact Structures Query Language)