You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly, "if not exists" is not valid Oracle syntax
The text was updated successfully, but these errors were encountered:
kranskydog
changed the title
RDBMS as a backend - cannnot use Oracle - ORA-902 with 'bytea' type
RDBMS as a backend - cannot use Oracle - ORA-902 with 'bytea' type
Jan 22, 2025
Describe the bug
cannot use Oracle as a JDBC backend because of invalid data types in the table definitions
In opendj-server-legacy/src/main/java/org/opends/server/backends/jdbc/Storage.java
"create table if not exists "+getTableName(treeName)+" (k bytea primary key,v bytea)"
bytea is not an Oracle (or MYSQL) data type
see, for example, https://docs.aws.amazon.com/dms/latest/oracle-to-aurora-postgresql-migration-playbook/chap-oracle-aurora-pg.tables.common.html
and https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql-typemapping.html
Similarly, "if not exists" is not valid Oracle syntax
The text was updated successfully, but these errors were encountered: