您的位置:程序门 -> oracle -> 开发



函数 getchestcatalog 具有输出参数??


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


函数 getchestcatalog 具有输出参数??[已结贴,结贴人:dreammer]
发表于:2007-02-07 14:02:55 楼主
cursor   c_pickup(catalog   varchar2)   is
            select   *
            from   tpickup  
            where   pwm_chest.getchestcatalog(num,   poerrmsg)   =   catalog;

编译这个游标的时候,报错:
error:   pl/sql:   ora-06572:   函数   getchestcatalog   具有输出参数
line:   2019
text:   and   pwm_chest.getchestcatalog(num,   poerrmsg)   =   catalog;

这里面poerrmsg是个输出参数,
这个应该怎么改呀?

poerrmsg这个输出参数还是必要的。
发表于:2007-02-07 14:54:261楼 得分:50
换个思路来吧       老兄    

这样多半是无法实现的


快速检索

最新资讯
热门点击