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: DB connectivity

Re: DB connectivity

From: Mark C. Stock <mcstockX_at_Xenquery>
Date: Sun, 8 May 2005 08:16:38 -0400
Message-ID: <QqmdnWqfg761nuPfRVn-uw@comcast.com>

"madunix" <madunix_at_gmail.com> wrote in message news:1115533364.895777.203420_at_f14g2000cwb.googlegroups.com...
> Please can you specify the best approach for connecting to the Oracle
> Database?
> IE: using PHP, ASP.NET, JSP/Java, CF...etc.
>

cost?
performance?
ease?
integration?

personal preferences for the types of apps i've been working on:

-- mod_plsql (PL/SQL Web Toolkit)
---- database centric
---- easy to modularize code and application layers
---- included in database license (via HTMLDB)
---- GUI part is standards based (as in not proprietary; DHTML, JavaScript, 
etc.)
-- PHP
---- similar programming techniques to mod_plsql
---- does not require Oracle app server
---- GUI and business logic layers are standards based (as in not 
proprietary)

so, at this point, that's what's best for me, but it might not be best for your environment, including existing skillset of you and your team, existing applications that need to integrate, application scalability, etc,. etc.

++ mcs Received on Sun May 08 2005 - 07:16:38 CDT

Original text of this message

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