in reply to Re: Re: Re: How I can get the returned cursor from database in PERL program?
in thread How I can get the returned cursor from database in PERL program?

I've tried returning without closing the cursor in the PL/SQL block also, but still i get the same old error. Can i get some other suggestions to resolve this problem??
  • Comment on Re: Re: Re: Re: How I can get the returned cursor from database in PERL program?

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: How I can get the returned cursor from database in PERL program?
by rdfield (Priest) on Mar 11, 2002 at 11:03 UTC
    OK. How about...you've got a colon after the BEGIN in your prepare statement instead of whitespace?

    rdfield