2018年11月27日

导出Oracle table

摘要: 1.登录Oracle 2.检查表table 1).select 'alter table '||table_name||' allocate extent;' from user_tables where num_rows=0; 2).alter system set deferred_segmen 阅读全文

posted @ 2018-11-27 14:15 水熊虫OK 阅读(305) 评论(0) 推荐(0) 编辑

导航