表分区维护的sql(7)

来源:未知 责任编辑:责任编辑 发表时间:2015-10-08 14:16 点击:
          v_comments := 'when maintenancing ' || v_row.table_name ||
                        ',MONTH_EXECUTION_DAY in partition_param is invalid. it''s must be [1-28].';
          Pro_Record_Log(v_comments, v_comments);
          goto here;
        end if;
        if (v_day = v_MonthExecution_DAY) then
          v_partitionchar := Const_Partition_MONTH_prefix;
          select 'P' || to_number(to_char(add_months(v_sysdate,
                                                     -v_row.retention_period),
                                          'mm'))
            into v_partition_name
            from dual;
        else
          v_comments := 'it''s not a maintenance day..current day:' ||
                        v_day || ', maintenance day:' ||
                        v_MonthExecution_DAY || '. table ' ||
                        v_row.table_name || ', partitionflag:' ||
                        v_row.partitionflag || ',retention_period:' ||
                        v_row.retention_period;
        
          Pro_Record_Log(v_comments, v_comments);
        
          goto here;
        end if;
      
      else
        v_comments := 'partition_flag:' || v_row.partitionflag ||
                      ' of maintenance table :' || v_row.table_name ||
                      ' in partition_table  can''t be supported.';
        Pro_Record_Log(v_comments, v_comments);
      end if;  www.2cto.com  
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
用户名: 验证码:点击我更换图片
最新评论 更多>>

推荐热点

  • Request.ServerVariables 参数大全
  • 查看sql修改痕迹(SQL Change Tracking on Table)
  • 写给MongoDB开发者的50条建议Tip1
  • Percolator与分布式事务思考(二)
  • App数据层设计及云存储使用指南
  • PostgreSQL启动过程中的那些事三:加载GUC参数
  • SQL Server、Oracle、db2所提供的简装版(Express)比较
  • PostgreSQL 安装问题
  • 导入excel文件处理流程节点的解决方案

数据库技术导航

SqlserverMysqlOracleDB2数据库数据库综合
网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索
Copyright © 2008-2015 计算机技术学习交流网. 版权所有

豫ICP备11007008号-1