Like I said before I am able to run the procedure fine from SQLPlus. This procedure is in a Package. I am able to create reports fine using procedures in other packages. We use public synonyms on the packages.
I am using Oracle native driver. This report is within a package. I am able to access other stored procedures contained in other packages fine. We use public synonyms for the packages.
I am trying to create a new report based on as Oracle stored procedure and I get the "ORA-00942 table or view does not exist" error (I am able to see the procedure in the data explorer window. When I double click on it to add it to the report it prompts me for the parameters. After 5...
I am trying to create a new report based on as Oracle stored procedure and I get the "ORA-00942 table or view does not exist" error (I am able to see the procedure in the data explorer window. When I double click on it to add it to the report it prompts me for the parameters. After 5...
I have a stored procedure which accepts one STRING value as input parameter.
Crystal prompts me for this correctly. But user can enter only ONE value. Something like Chris or Robert or Alex. The user cannot select Chris and Robert. In essence I cannot get a string something like...
Did anyone find the solution? How can we pass a multiple value parameter to a stored procedure if one is not using any front end tool. We cannot format the parameter to a single string and passs it to the procedure as crystal doesnot allow that. Please let me know if anyone has the solution.
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.