-
Notifications
You must be signed in to change notification settings - Fork 343
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
Issue exporting Materialized view using script #1849
Comments
only a test |
Not following. |
@darold and @wisdomonezxy |
@srinilakshmi, you write "not following" so I have understood that this issues was discarded. I have done some work recently to better support migration of input DDL script for SQL Server but there's less possible translation than for Oracle. Anyway materialized view are not supported yet. If you can post DDL samples I can try to implements it. |
@darold sorry for the confusion. Here is the sample Materailized view for Oracle db in DDL script. Please let me know. CREATE MATERIALIZED VIEW "MD_SAMPLE_VIEW" ("PROJECT_ID", "CONNECTION_ID", "CONNECTION_NAME") COMMENT ON MATERIALIZED VIEW "MD_SAMPLE_VIEW" IS 'sample materialized view'; |
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).
I am having issue with exporting Materialized views, getting an error. please find the attached screenshot
and when get chance can you look at the other issue we had conversation #1828
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: