Thank you. i found why there's this error.
When i try to verify database, i set all values to Null and in my sql request, Null is replaced by nothing.
clearly:
select parameter from dual
is replaced by
select from dual
that's why i have this error
In a hand:
I created a package with stored procedures, each one containing a refcursor in output and at least 1 parameter (number or varchar2) for input.
I tested each one of my procs in sqlplus and they all work.
Other hand:
I have an existing report with a main procedure and composed of...
In a hand:
I created a package with stored procedures, each one containing a refcursor in output and at least 1 parameter (number or varchar2) for input.
I tested each one of my procs in sqlplus and they all work.
Other hand:
I have an existing report with a main procedure and composed of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.