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

Home -> Community -> Usenet -> c.d.o.misc -> OWAS Problem

OWAS Problem

From: Tom Adriaenssen <tom_at_imagic.be>
Date: 1998/07/08
Message-ID: <6nvl5p$inu$1@xenon.inbe.net>#1/1

hi,

we're running Oracle Server 7.3 and OWAS 2.1 on an NT (4.0, SP3, OptPack), on the same machine. The Web server runs on port 8888. Everything works fine, except for one thing: whenever i call 'OWA_UTIL.redirect_url' the web server refused to send the browser to the specified url... the operation times out. The call is like this...
OWA_UTIL.redirect_url( '/an/absolute/url/in/our/site', TRUE );

I've even tried to do
OWA_UTIL.redirect_url( '/an/absolute/url/in/our/site', FALSE ); OWA_UTIL.http_header_close;

but that gives no change...

Any clues?

Tom. Received on Wed Jul 08 1998 - 00:00:00 CDT

Original text of this message

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