Set database resumable

You can use bellow command to make your session resumable. Which means that if your session hit space limited issue, for example, the data file do not have more space and it can not be auto extended, then your session will not exit with error. It will only hung there waiting for you to resolve the issue. After that every thing can continue.

alter session enable resumable;

 

Also you can set RESUMABLE_TIMEOUT initiate parameter to affect the whole instance.

posted on 2013-09-22 11:42  kramer  阅读(185)  评论(0编辑  收藏  举报

导航