Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
2.5.4, 2.6.1
-
None
Description
Current Situation
When deleting an account from an identity service an error occurrs when using the Oracle DBMS.
javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not execute statement
Desired Behavior
It should be possible to delete an account from an identity service when using the Oracle DBMS.
Workaround
Start an Oracle Client, sqlplus or other and execute
ALTER TABLE IAM_FIDO2_DEVICES RENAME COLUMN ACCOOUNT_ID TO ACCOUNT_ID