oracle procedureòì3£′|àí

来源:未知 责任编辑:责任编辑 发表时间:2014-01-20 07:55 点击:

ORA-01403:no data found ?a??·?·¨á??ò
?a??·?·¨ò?£o?óò???exceptionòì3£′|àí

  exception when no_data_found then

    ....

 

?a??·?·¨?t£o?ü??selectó???£?è?£o

  select count(*) field into var from table where ....

???óò???count(*)?′ê1??óD?òμ?êy?Y£?ò2?á·μ??0£???2?ê?null?£

 

 

???ê£o?ú?′DDò???ó???ê±±¨′í?£
declare
        v_spec     varchar2(255);
begin
     for r in (select subne.id, subne.subneassetid from subne where subne.subneassetid >0)
     loop
            select subnetype.subnemodel into v_spec from subnetype , subne
                   where  subne.id = r.id and subne.subnetypeid = subnetype.id;
            update asset set specformula = v_spec where id = r.subneassetid and specformula is null;
     end loop;
end;

ORA-01403: ?′?òμ?êy?Y
ORA-06512: ?úline 6

 

?ó???àá¢μ??é£?
begin
select subnetype.subnemodel into v_spec from subnetype , subne
where subne.id = r.id and subne.subnetypeid = subnetype.id;
update asset set specformula = v_spec where id = r.subneassetid and specformula is null;
exception
when no_data_found then
   null;
end;
?a?ù?úno_data_foundê±£??-?·?í2??áì?3?á?£?

 

    发表评论
    请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
    用户名: 验证码:点击我更换图片
    最新评论 更多>>

    推荐热点

    • Table函数使用简介
    • Oracle数据库Constraint约束的常用操作及异常处理
    • Bulk Collect性能分析(zz)
    • export/import的使用
    • OCP043第十五讲 Database Security
    • ORACLE10gr2数据导入MySQL方案
    • oracle 让sys用户可以使用isqlplus
    • 在oracle数据库下使用iSQL*Plus DBA访问数据库
    • Oracle行列转换小结
    网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索
    Copyright © 2008-2015 计算机技术学习交流网. 版权所有

    豫ICP备11007008号-1