Chinaunix首页 | 论坛 | 博客
  • 博客访问: 508016
  • 博文数量: 101
  • 博客积分: 1635
  • 博客等级: 上尉
  • 技术积分: 1282
  • 用 户 组: 普通用户
  • 注册时间: 2012-07-05 01:51
文章分类

全部博文(101)

文章存档

2019年(2)

2018年(16)

2013年(14)

2012年(69)

我的朋友

发布时间:2012-12-13 11:18:26

analyze.sql sqlplus /nolog  << EOF    conn center_admin/inxite;    set pagesize 5000    set heading off    SPOOL ANALYTAB.SQL    SELECT 'ANALYZE TABLE CENER_ADMIN.'||TABLE_NAME||' ESTIMATE STATISTICS SAMPLE 20 PER......【阅读全文】

阅读(2224) | 评论(0) | 转发(0)

发布时间:2012-12-10 10:41:07

declarerows int :=1000;CURSOR del_cursor IS select id from RPT_REPORTANNEX where originalcode in (select id from rpt_researchreport where pubdate <= date'2011-01-01');TYPE del_table_type is table of RPT_REPORTANNEX.Id%type INDEX BY BINARY_INTEGER;del_table del_table_type ;beginopen del_cursor;loo......【阅读全文】

阅读(2277) | 评论(0) | 转发(0)

发布时间:2012-12-03 18:09:59

......【阅读全文】

阅读(2633) | 评论(0) | 转发(0)

发布时间:2012-11-30 22:22:06

......【阅读全文】

阅读(1899) | 评论(0) | 转发(0)

发布时间:2012-11-30 22:20:33

......【阅读全文】

阅读(1762) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册