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!

redirect_url after a htp.print() call ??

601474Oct 4 2007 — edited Nov 26 2007
I've got a situation where I need to redirect_url to different stored procedures depending on the logical flow. owa_util.redirect_url() seems to work fine in most situations.

The problem that I face is that some of the procedures (that are baselined and un-modifyable) make calls to htp.print() This in turns causes redirect_url() to not work.

Is there a way to "undo" or "flush" the htp.print() calls that were made. I won't need the information at that point anyhow, since I've determined at the point of redirect_url that I'm going to a completly different page anyhow.

Any help on getting this solved would be much appreciated, and I'll even buy a virtual pint for all that help :)

Thanks

Matt
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 24 2007
Added on Oct 4 2007
4 comments
790 views