Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include validation count for public procedural code within Packages - Oracle_PostgreSQL. #1730

Open
dcgadmin opened this issue Feb 1, 2024 · 0 comments

Comments

@dcgadmin
Copy link

dcgadmin commented Feb 1, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants