-
Notifications
You must be signed in to change notification settings - Fork 341
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
Issues with SQL Server migration to PostgreSQL #1828
Comments
|
Thanks @darold for your response, sending here for the sample DDL for #2 and #3 below. For constraints gave one of them (clustered index, non clustered index, primary key, foreign key, unique keys). Please look into this sooner as we are in the critical path for the POC. Thanks in advance,
|
@darold any response here is appreciated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Darold,
I am working on migrating SQL Server scripts to PostgreSQL using windows version of Ora2PG with scripts migration (offline due to restrictions in our company).
Here are few things I am having issues with.
Since doing scripts migration, cannot use conf file for connectivity, but when I use
ora2pg -t SHOW_Report --dump_as_json -i "c:\users\myid\input_scrpt.sql" gives me an error saying
FATAL: bad export type using input file option
SQL server Stored procedures with parameters are not migrated to postgre SQL
I see foreign key constraints are being migrated. for a fact none of the constraints were converted
Any help for the above is really helpful and I am desperately need help with these.
TIA
The text was updated successfully, but these errors were encountered: