eygle.com   eygle.com
eygle.com  
 
eygle.com - 留言簿 - 回复留言 - Powered by eYgLe.Com
返回留言簿
回 复 留 言
留言ID:
留言原文:
To: 盖老师
  create or replace procedure sp_rpt_ContactCampQuery00
(rcursor in out pack_service.t_RetDataSet,
 dt_in_begintime in date,
 dt_in_endtimein date
 )as
  err_date exception;
  err_data exception;
  err_msgvarchar2(500);
begin
  open rcursor for
  select to_char(accepttime,'yyyy-mm-dd hh24:mi:ss'),
  decode(t.usersatisfy,'-1','未处理',
 1,a.description,
 2,a.description,
 3,a.description,
 4,a.description,
 5,a.description,'未知') ,--满意度
  calllong --通话时长
  from t_tmprpt_contactcampquery t,t_scesmsautogetrulecfg a
 where t.usersatisfy = a.content(+);
exception
  when others then
 rollback;
end;
当我执行上面的脚本时,整个数据库都死掉了,请问盖老师,这是什么原因导致的!
From: xiaoxiao
2009.03.20 03:09
管理密码: 请输入管理密码, 否则无法回复.
斑竹昵称:
信息图标: ( 随机 )


BB 代码:
内容:

如果想删除回复, 请点击最下面的删除回复按钮.
删 除 回 复
管理密码: 请输入管理员密码, 只有版主才能删除回复.
Copyright © 2003~2012 eygle.com All Rights Reserved.
Powered by: www.eygle.com