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.

最新文章

  1. 【CF 710F】String Set Queries
  2. [EWS]在exchange中的标识符
  3. Ubuntu 常用工具、指令安装
  4. Android实现支持缩放平移图片
  5. nmon性能监控工具总结
  6. .Net连接数据库(AOD.Net)
  7. 详解HashMap的内部工作原理
  8. 201521123019 《Java程序设计》第2周学习总结
  9. 优化python程序的几点建议
  10. 让Myeclipse自动生成的get set方法 自动加上文本注释,并且注释内容包含字段中我们加的文档注释
  11. 六.ansible批量管理服务
  12. 第2次作业 -- 熟悉 JUnit 测试
  13. VMware 虚拟机安装-->wrf、cmaq安装
  14. java 线程操作
  15. linux设置开机自启动
  16. 【HDOJ4857】【反向拓扑排序】
  17. Android开发:仿美团下拉列表菜单,帮助类,复用简单
  18. Linux——bash应用技巧简单学习笔记
  19. Linux设备树
  20. yii2 数据库查询

热门文章

  1. 392 Is Subsequence 判断子序列
  2. 认识 jQuery (第一笔 点出重点)
  3. C#学习-多线程小练习
  4. VS2013使用单元测试
  5. Listview多种布局的使用
  6. springboot运行模式
  7. python自动化--语言基础二运算符、格式化输出、条件语句、循环语句、列表、元组
  8. 【Android开发】XML文件解析
  9. JavaScript设计模式 (1) 原型模式
  10. Farseer.net轻量级开源框架 入门篇:查询数据详解