ORA-53051: no editDataModel session found
Cause: The operation failed because there was no editDataModel session.
Action: Call the editDataModel procedure first and try the operation again.
ORA-53051:没有找到editDataModel会话
-用户在尝试使用 Datamodel API 时没有正确制定其会话标识符
-用户未登录到Oracle数据库
1.确认用户已登录到数据库;
2.检查editDataModel会话指令格式是否正确,如下:
dbms_datamodel.editDataModel (session => , openMode => );
3.如果以上两步都没有问题的话,可以重新尝试执行操作。