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

[BUG] Error "oracle.jdbc.OracleDatabaseException: ORA-00984: column not allowed here" upgrading or installing on Oracle 11g #5995

Open
mariocerrato opened this issue Nov 20, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@mariocerrato
Copy link

Describe the bug
Upgrading MirthConnect from 3.6.2 to 4.4.2 on a Oracle 11g installation:
[Main Server Thread] com.mirth.connect.server.Mirth: Failed to migrate database schema
com.mirth.connect.model.util.MigrationException: Failed to execute script: oracle-9-4.1.0.sql
Caused by: java.sql.SQLSyntaxErrorException: ORA-00984: column not allowed here

Searching on oracle docs sequence nextval for default on columns are introduced in Oracle 12
https://asktom.oracle.com/pls/apex/f?p=100:11:::::P11_QUESTION_ID:9531809800346963199
but MirthConnect is declared compatible with oracle 10gR2+ (https://docs.nextgen.com/bundle/Mirth_User_Guide_4_4_2/page/connect/connect/topics/c_Changing_the_Database_Type_mirth_connect_ug.html).

@mariocerrato mariocerrato added the bug Something isn't working label Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant