[TEST INDEXES COUNT] ORACLEDB:COUNTRIES:1 POSTGRES:countries:1 ORACLEDB:DEPARTMENTS:2 POSTGRES:departments:1 ORACLEDB:EMPLOYEES:6 POSTGRES:employees:6 ORACLEDB:JOBS:1 POSTGRES:jobs:1 ORACLEDB:JOB_HISTORY:4 POSTGRES:job_history:4 ORACLEDB:LOCATIONS:4 POSTGRES:locations:4 ORACLEDB:REGIONS:1 POSTGRES:regions:1 [ERRORS INDEXES COUNT] Table departments doesn't have the same number of indexes in source database (2) and in PostgreSQL (1). [TEST CHECK CONSTRAINTS COUNT] ORACLEDB:COUNTRIES:0 POSTGRES:countries:0 ORACLEDB:DEPARTMENTS:0 POSTGRES:departments:0 ORACLEDB:EMPLOYEES:1 POSTGRES:employees:1 ORACLEDB:JOBS:0 POSTGRES:jobs:0 ORACLEDB:JOB_HISTORY:1 POSTGRES:job_history:0 ORACLEDB:LOCATIONS:0 POSTGRES:locations:0 ORACLEDB:REGIONS:0 POSTGRES:regions:0 [ERRORS CHECK CONSTRAINTS COUNT] Table job_history doesn't have the same number of check constraints in source database (1) and in PostgreSQL (0). [TEST FOREIGN KEYS COUNT] ORACLEDB:COUNTRIES:1 POSTGRES:countries:1 ORACLEDB:DEPARTMENTS:2 POSTGRES:departments:1 ORACLEDB:EMPLOYEES:3 POSTGRES:employees:3 ORACLEDB:JOBS:0 POSTGRES:jobs:0 ORACLEDB:JOB_HISTORY:3 POSTGRES:job_history:3 ORACLEDB:LOCATIONS:1 POSTGRES:locations:1 ORACLEDB:REGIONS:0 POSTGRES:regions:0 [ERRORS FOREIGN KEYS COUNT] Table departments doesn't have the same number of foreign key constraints in source database (2) and in PostgreSQL (1). [TEST TABLE COUNT] ORACLEDB:TABLE:7 POSTGRES:TABLE:6 [ERRORS TABLE COUNT] TABLE does not have the same count in source database (7) and in PostgreSQL (6).