首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

oracle中如何实现 insert into table exec procedure

2013-03-26 
oracle中怎么实现 insert into table exec procedure最近公司有个项目,需要将数据库从sqlserver转移到orac

oracle中怎么实现 insert into table exec procedure
  最近公司有个项目,需要将数据库从sqlserver转移到oracle,其中主要是存储过程.
  在修改存储过程中遇到一个问题,请大家帮忙解决下:
   sqlserver中的 代码是这样的

insert into #UserMode_T8 exec pr_a_M_UserModel_T8 @DateEnd_ = @DateEnd , @collcode = @parm1 , @usercode = @parm2 , @DateStart_ = @DateStart 

    表明的意思好像是执行pr_a_M_UserModel_T8这个过程,得到的结果集插入到表#UserMode_T8中,
   查了好多资料,好像oracle中没有完成这种功能的方法,请大家帮忙用oracle实现.
我的异常网推荐解决方案:oracle存储过程,http://www.myexception.cn/oracle-develop/177537.html

热点排行