aiaiDBA

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

13718043309

010-86462881

ORA-14450: attempt to access a transactional temp table already in use

ORA-14450: attempt to access a transactional temp table already in use
Cause: An attempt was made to access a transactional temporary table that has been already populated by a concurrent transaction of the same session.
Action: do not attempt to access the temporary table until the concurrent transaction has committed or aborted.

请先 登录 后评论

1 个回答

小智
ORA-14450:尝试访问已在使用的事务临时表,
.原因:试图访问已由同一会话的并发事务填充的事务临时表。,
.操作:在并发事务已提交或中止之前,不要尝试访问临时表。,
.
请先 登录 后评论