Started the Enterprise Dashboard but got this error:
Caused by: org.flywaydb.core.api.FlywayException: Schema "EDDB101" contains a failed migration to version 19 !
at org.flywaydb.core.internal.command.DbMigrate$2.doInTransaction(DbMig
DevTest Release : 10.8
Oracle 19c on Linux
"schema_version" table in the EnterpriseDashboard tables is created with an all lower-case name; and this is due to a restriction placed by the Flyway Database
Had to get the DBA involved and manually change the column "success" value on the "schema_version" table from 0 to 1.
Restarted the Enterprise Dashboard successfully and was able to log in.