I have a spring boot application,
I have migrated the database from postres 11 to oracle 19c.
The migration has gone fine, I can see the tables and the rows.
The application starts up normally and even some HT_ tables are created, so the connection is fine. When I try to execute queries via the hibernate I get table not found
SQL Error: 942, SQLState: 42000 ORA-00942 table or view does not exist
I have activated extra logging but that did not really help me.
I can see the tables in the database, so I am not sure how to debug the issue, any suggestions?