Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PL/SQL procedure call with varying parameters?

847562Mar 15 2011 — edited Mar 16 2011
I am using PL/SQL for web development. I have a PL/SQL page that collects information and sends the user off-site with a return url (another PL/SQL procedure).

I have the return procedure defined with every documented return variable (default null) in an attempt to always catch the return. However, there are (reported...cannot duplicate due to nature of the business) instances where a 404 is returned due to parameter mismatch.

Is there any way to fire the procedure regardless of parameters? Anyone have any suggestions?

Thanks!
This post has been answered by Billy Verreynne on Mar 15 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 13 2011
Added on Mar 15 2011
6 comments
915 views