随笔 - 232
文章 - 0
评论 - 26
阅读 -
38万
07 2012 档案
Oracle11g使用exp导出空表[转]
摘要:以下内容转自:http://www.cnblogs.com/java0819/archive/2011/08/03/2146206.html未经测试 仅供参考-------------------------------------------------------------------------------------------------------------------------1、Oracle11g默认对空表不分配segment,故使用exp导出Oracle11g数据库时,空表不会导出。2、设置deferred_segment_creation 参数为FALSE后,无论是空
阅读全文
eclipse无法打断点,提示debug absent line number information
摘要:在加入断点时,提示出unable to install breakpoint in...(file name) due to miss line number attributes. midify compliter options to generate line number attributes.reason: absent line number information根据提示,修改compliter options 如下:Project--->Properties---->java Compiler将java compiler下所有项enable
阅读全文