PL/SQL procedure call with varying parameters?
847562Mar 15 2011 — edited Mar 16 2011I 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!