hello all
i am having dificulties tryin to use this stored procedure for building a report:
create or replace procedure rpt_415(
pDateFrom in date,
pDateto in date,
TotalReq in out number,
TotalRecvd in out number)
when i am trying to select it i am getting the next error:memory full.
if i am no using "in out" parameters only "out" i am getting error from the DB that i dont send enoth parameters. and if i dont use this parameters at all i get the error that the procedure does not send back any rowset.
any ideas?
than u
michali
i am having dificulties tryin to use this stored procedure for building a report:
create or replace procedure rpt_415(
pDateFrom in date,
pDateto in date,
TotalReq in out number,
TotalRecvd in out number)
when i am trying to select it i am getting the next error:memory full.
if i am no using "in out" parameters only "out" i am getting error from the DB that i dont send enoth parameters. and if i dont use this parameters at all i get the error that the procedure does not send back any rowset.
any ideas?
than u
michali