You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhancement request - TEST type for schema validation in Oracle to PostgreSQL with procedural object per packages.
Assuming all packages is migrated as schema in PostgreSQL. comparing public procedure\packages in Oracle with what is available in schema in PostgreSQL.
[TEST PACKAGE FUNCTION COUNT]
ORACLEDB:PCK1:1
POSTGRES:pck1:0
ORACLEDB:PCK2:1
POSTGRES:pck2:0
[ERRORS PACKAGE FUNCTION COUNT]
DIFF: Function pck1.dummy is missing in PostgreSQL database.
DIFF: Function pck2.dummy is missing in PostgreSQL database.
The text was updated successfully, but these errors were encountered:
Enhancement request - TEST type for schema validation in Oracle to PostgreSQL with procedural object per packages.
Assuming all packages is migrated as schema in PostgreSQL. comparing public procedure\packages in Oracle with what is available in schema in PostgreSQL.
[TEST PACKAGE FUNCTION COUNT]
ORACLEDB:PCK1:1
POSTGRES:pck1:0
ORACLEDB:PCK2:1
POSTGRES:pck2:0
[ERRORS PACKAGE FUNCTION COUNT]
DIFF: Function pck1.dummy is missing in PostgreSQL database.
DIFF: Function pck2.dummy is missing in PostgreSQL database.
The text was updated successfully, but these errors were encountered: