Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: OWA_UTIL Redirect problem?

Re: OWA_UTIL Redirect problem?

From: Brian Ewins <Brian.Ewins_at_gssec.bt.co.uk>
Date: 1997/06/16
Message-ID: <33A52184.67B9@gssec.bt.co.uk>#1/1

Chanan Steinhart wrote:
>
> I use the Redirect procedure in the OWA_UTIL package to redirect to
> another URL, but what I get is a "The server had an internal error and
> could not process the request." message.
>
> 1. Does anybody know about a problem in this package?
> 2. Where can I find more diagnostic about the nature of the problem?
> 3. Any idea?
>
> Using Oracle 7.3.2.2.1 for Win NT (4.0) and WebServer 2.0.1.0.1.
>
> Thanks
>
> Yishai_at_i-labs.co.il

i) Upgrade the Webserver! (should be 2.1 or 3 these days) ii) A server error may occur if you try to send two mime headers:

        has you already done an htmlOpen or some such? iii) Check the code works by doing this (in sqlplus): set serveroutput on size 1000000
execute your.procedure
execute owa_util.showpage
... and take a look at what gets printed to the screen. iv) it's redirect_url, not redirect.
v) Incidentally... if I recall correctly, the webserver is supported

	on 7.3.2.1 and 7.3.2.3 but *NOT* 7.3.2.2 for reasons
	which I have never seen adequately explained....

	Brian
-- 
****====----                                              Brian Ewins. 
Fax: (44) 141 220 6100                          Tel: (44) 141 220 6121
 "It's time we face reality, my friends...
      We're not exactly rocket scientists." --Gary Larson ----====****
Received on Mon Jun 16 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US