摘要: 常用知识点:===0、创建存储过程create or replace procedure xxx_pro(pdate in date) isERR_MSG VARCHAR2(2000) := ''; --错误信息begininsert into xxx_LOG..........insert into xxx_LOG....exception when others then rollback; ERR_MSG:=SQLERRM; insert into xxx_LOG(id,Obj_Name,ATYPE,RESULT_MSG,ADD_TIME)values(seq_xxx_l 阅读全文
posted @ 2013-09-24 11:06 牧涛 阅读(269) 评论(0) 推荐(0)