Oracle Solution for Error ora-53054

Solution for Oracle Error ORA-53054

ORA-53054: An editDataModel session already exists.

What triggered the Error:

The editDataModel procedure was called more than once in the same session.

What should we do to fix it:

Continue the insert or delete operations, call rollbackDataModel to rollback the data model changes, or call publishDataModel to publish the data model changes.