etl - minus query in sql developer -


i have 2 database connections in sql developer active lets db1 , db2. working on etl validation. want check if data table1 of db1 populated correctly in table2 of db2.

to access tables 2 connections how can write query? on helpful

there common ways validate if etl correct:

  1. you can run 2 queries calculate line counts separately against table1@db1 , table2@db2, , compare line counts between them.
  2. or perform aggregate functions, such sum(), avg()...etc on tables in db1/db2.

Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -