find the difference from two tables and insert the mismatched row
Hi we are using db version 11.2.0.4
We have a dev database that is currently located on unix server. Also, another dev database located on Linux server.
There are two tables with the same table name and structure located on both of the database. However, the db on unix has more data and the one on Linux has less data.
Giving that I don't have access to db node to do data pump for export and import. Only by using sql developer I can query the table.
How will I be able to compare the two tables and find the missing rows and insert those missing rows to the tables with less rows?