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: Strategy for Web based Oracle application

Re: Strategy for Web based Oracle application

From: pheonix1t <pheonix1tAThoustonDOTrrDOTcom_at_com.com>
Date: Sun, 01 Feb 2004 18:59:02 GMT
Message-ID: <W%bTb.3$Eg5.1806446@newssvr11.news.prodigy.com>


Rick Denoire wrote:
> We have developed a Web based Oracle application consisting of a PHP
> driven GUI, an Apache Web Server, and an Oracle DB.
>
> Quite often, users complain because the Browser won't wait longer than
> 30 sec for query results to be returned. The real bad problem is that
> these queries seem to run forever, even when the user closes the
> Browser.
>
> The reason for this is that while the user clicks on different buttons
> and does different choices, queries are composed by the PHP
> application in a "mechanistical" way. Resulting queries are
> syntactically correct, but have a horrible performance.
>
> Perhaps the SQL code should be separated from the PHP code and put in
> procedures in the DB, that is, when they are performance-checked and
> otherwise validated. We would rather use Java instead of PHP the next
> time. Probably, some Rapid Application Development software could be
> used in our case, which would by itself provide some required
> features.
>
> Now we decided to redesign the whole thing. Since we lack the
> necessary expertise, we will engage some contractors or a specialized
> company to do the job. The problem still remains that we need to
> define the specifications in order to avoid performance problems and
> any other problems typical for this kind of setup. Specifically,
> security has highest priority, beccause the application will be put on
> the public Internet at some time later.
>
> At this point we are gathering information in order to develop a
> technical concept. Any hint, advice or reference to literature is
> highly appreciated!
>
> Thanks in advance.
>
> Rick Denoire

Coldfusion is excellent for this, and it supports J2EE........so your java idea still holds. Received on Sun Feb 01 2004 - 12:59:02 CST

Original text of this message

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