oracle - Compare data of table from two different Database -


I have two different databases in two different servers. These two databases have the same table. I have the data contained in the same tables To use a database from other databases I wanted to create a DBLink

Have you tried to find anything in Google? There are millions of posts for this topic.

Use this to know about the dbms_comparison package

.

Comments

Popular posts from this blog

scala - Play Framework - how to bind form to a session field -

c++ - Why does Visual Studio Release build break on non-executing code line -

javascript - parsing json not working -