aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-38814: ALTER SESSION SET EDITION must be first statement of transaction

ORA-38814: ALTER SESSION SET EDITION must be first statement of transaction
Cause: An edition switch could be executed within an open transaction.
Action: Commit or rollback the transaction and re-execute the statement, or use dbms_session.set_edition if its deferred effect is appropriate.

请先 登录 后评论

1 个回答

小智
ORA-38814:ALTER SESSION SET EDITION必须是第一个事务语句,
.原因:版本开关可以在打开的事务中执行。,
.操作:提交或回滚事务并重新执行语句,或者如果其延迟效果是适当的,请使用dbms_session.set_edition。,
.
请先 登录 后评论