码迷,mamicode.com
首页 > 其他好文 > 详细

053-519

时间:2017-11-07 01:21:47      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:you   ace   bms   after   nsa   problem   abort   time   action   

You notice that a long-running transaction is suspended due to a space constraint, and there is no
AFTER SUSPEND triggered event addressing the issue. You also note that the critical transaction is just
about to reach the RESUMABLE_TIMEOUT value.
Which of these actions is appropriate?
A. Abort the session, fix the space problem, then resubmit the transaction.
B. Use the DBMS_RESUMABLE.SET_SESSION_TIMEOUT procedure to extend the time-out for the
session while you fix the problem.
C. Do nothing, let the transaction fail, then fix the problem.
D. Use Segment Shrink to clean up the table.
E. Use the DBMS_RESUMABLE.SET_TIMEOUT procedure to extend the time-out for the session while
you fix the problem.

  Since you‘re running short on time,extend the time-out for the session that‘s in jeopardy and fix the
space problem.Don‘t put the transaction at risk while you try to find free space and run the commands,and
don‘t kill the transaction-unless you know that the space condition and extended suspend has caused other
issues.

053-519

标签:you   ace   bms   after   nsa   problem   abort   time   action   

原文地址:http://www.cnblogs.com/Babylon/p/7795877.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!