aiaiDBA

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

13718043309

010-86462881

ORA-39781: Direct path stream loads are not allowed after another context loading the same table has ended

ORA-39781: Direct path stream loads are not allowed after another context loading the same table has ended
Cause: Attempt to load a stream in one context after another loading the same table has ended.
Action: Close all contexts before trying to create another that loads the same table as a previous context in the same session.

请先 登录 后评论

1 个回答

小智
ORA-39781:在另一个上下文加载同一个表已经结束后,不允许直接路径流加载,
.原因:尝试在另一个加载相同表之后在一个上下文中加载流已结束。,
.操作:在尝试创建另一个在同一会话中加载与上一个上下文相同的表之前,关闭所有上下文。,
.
请先 登录 后评论