Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> OWAS Problem
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
![]() |
![]() |