Gilles Darold
Gilles Darold
Yes this feature have not been implemented yet. Here are the export type that can be used from a file: * TABLE * SEQUENCE * GRANT * TABLESPACE * VIEW...
Commit 181d333 might fix this issue but you have to set PG_VERSION to 14 as out parameters are not supported in earlier version.
Yes this is a command line option only `--no_header`, I will add the possibility to defined it in the configuration file.
Commit 168ff82 is an attempt to fix this issue.
Thanks for the report, that's right, will be done.
Right, the case where global variable was tested against NULL was not handled by Ora2Pg, commit 901d29b might fix this issue. Actually for this test NULL_EQUAL_EMPTY doesn't apply, the translation...
I'm not able to reproduce the issue. Do you have some settings at ALLOW or EXCLUDE configuration directives?
I'm not sure to understand, import_all.sh must be run in the project directory so that it can find all DDL files generated by export_schema.sh to import them from the right...
You should use an ora2pg dedicated command instead of using import_all.sh. You can run import_all.sh using the `-D` option to see what command to use.
Hi, I already have a working Docker file but I still not have found the time to test and include it, I will do my best to publish asap. Regards,