aiaiDBA

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

13718043309

010-86462881

ORA-27365: job has been notified to stop, but failed to do so immediately

ORA-27365: job has been notified to stop, but failed to do so immediately
Cause: The job specified in the stop_job command cannot be stopped immediately(because it is rolling back or blocked on a network operation), but it has been notified to stop. This means it will be stopped as soon as possible after its current uninterruptable operation is done.
Action: No action is required for the job to be stopped, but calling stop_job with force (if you have the privilege) may cause the job to be stopped sooner.

请先 登录 后评论

1 个回答

小智
ORA-27365:作业已被通知停止,但未能立即这样做,
.原因: stop_job命令中指定的作业无法立即停止(因为它在网络操作上回滚或阻止),但已被通知停止。这意味着它将在其当前不间断操作完成后尽快停止。,
.操作:无需任何操作即可停止作业,但强制调用stop_job(如果您有此权限)可能会导致作业更早停止。,
.
请先 登录 后评论