in reply to Re: 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?

Please see my previous replies:
  • Remove the CLOSE CURSOR from your PL/SQL
  • Remove the colon from the anonymous PL/SQL that you use to call the procedure in the package that is just after the BEGIN and replace it with a space. Everything else is OK

    rdfield

  • Replies are listed 'Best First'.
    Re: Re: Re: Re: Re: Re: How I can get the returned cursor from database in PERL program?
    by Anonymous Monk on Mar 12, 2002 at 05:16 UTC
      Dear rdfield, Atlast i succeeded by following the points u told. Thkz a lot for the timely help. Cheers, Narayan