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: 'Transfer Interrupted' message on Application Server 3.0

Re: 'Transfer Interrupted' message on Application Server 3.0

From: Michael Eichler <meichler-ofcmail_at_interoffice.net>
Date: 1998/03/23
Message-ID: <meichler-ofcmail-ya02408000R2303982006020001@news2.dn.net>#1/1

Hello:

How are you "invoking" the other PL/SQL procedure? A really good way to execute the second procedure is to have the first procedure display no text to the browser, and then call

   owa_util.redirect_url('http:/your_relative_url_here');

at the end. Have the 'your_relative_url' point to the second URL. That should solve the problem...

--Michael

In article <3516A7A6.739A_at_openix.com>, tansel_at_openix.com wrote:

> Hi all,
>
> We are using Oracle Application Server 3.0 on a trial basis on an NT
> machine. And we started getting 'Transfer Interrupted' message
> frequently. This message is displayed when we click on a Submit button
> which executes a PLSQL procedure and then automatically invokes another
> PLSQL procedure for execution when finished. And during the execution of
> the first PLSQL routine we see this message on the browser. It is not a
> very critical thing but it just doesn't look nice. When running the same
> application on a Web Server 1.0 running on UNIX, we don't see this
> message. Does anybody know the source of this problem and if there is
> any way to avoid it? We tried to display a nice informative message
> during the execution of the first procedure, but still got the same
> message.
>
> Thanks..
>
> Tansel
Received on Mon Mar 23 1998 - 00:00:00 CST

Original text of this message

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