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 -> Re: Web Application Server, PL/SQL, Dynamic Web Page

Re: Web Application Server, PL/SQL, Dynamic Web Page

From: Steve Jelfs <s.jelfs_at_btinternet.com>
Date: 1998/02/06
Message-ID: <34DB26D8.3A7B@btinternet.com>#1/1

Michelle Warner wrote:
>
> I am working with Web Application Server 3.0 and Oracle 7. I am
> constructing a dynamic web page via a stored procedure which makes a
> call to owa_util.tablePrint to retrieve the data from the database.
> However, my data never returns and the process appears to be hung and I
> must kill it. Here is the section of code which is causing me problems:
>
> htp.tableOpen('border');
> more_data := owa_util.tablePrint('drawtabl', 'BORDER',
> OWA_UTIL.PRE_TABLE, 'dwgnum, dwgtit, dwgtyp','where dwgnum = srch4',
> 'Number, Title, Type');
>
> I connect to the database using a DAD and an Agent. Any
> help/suggestions would be greatly appreciated. Thanks in advance
>
> Michelle

I think you'll find that owa_util.tableprint contains a bug. The same thing happened to me a couple of months back using the same set up as you (except Webserver 2.1). Oracle told me not to use tableprint so ended up writing my own version.

Sj Received on Fri Feb 06 1998 - 00:00:00 CST

Original text of this message

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