This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am getting the below exception | |
Caused by: java.sql.SQLSyntaxErrorException: ORA-00922: missing or invalid option | |
It is coming at line | |
connection.createStatement().execute("SET SCHEMA 'public'"); | |
and even commenting the above line, the same exception is coming at line | |
connection.createStatement().execute("SET SCHEMA '" + tenantIdentifier + "'"); |