Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: N-tier data access and security
Tracy
We are wrestling with these issues. I certainly can't claim to be an expert, although I certainly hope you receive some replies, but I can share what I have learned in this area so far. I'm going to rephrase your questions slightly so you can verify whether I've understood you.
Disadvantages: You will not get the full power of the database. The O-O model is distinctly different from the relational model. The tendency is to modularize data access so that, for example, joins are performed in the database itself.
Whether you go as far as Robert is suggesting and move the business logic itself into Oracle may depend to some extent on your development organization. If your organization has pried the developers away from Microsoft and they are irritated about not getting to learn .NET, then suggesting PL/SQL may sound akin to proprietary. I haven't seen very much interest in Java in Oracle recently even from Oracle.
As to batch, my feeling is that there will be situations where performance is a key issue that only PL/SQL will satisfy. However, again it depends on how much commitment to PL/SQL your organization is willing to make. Having a batch program run from the application server shouldn't be too bad because the app server should have good bandwidth to Oracle.
I have been searching for some good information on this subject, but have found very little.
Dennis Williams
DBA, 40%OCP
Lifetouch, Inc.
dwilliams_at_lifetouch.com
-----Original Message-----
Sent: Monday, November 04, 2002 9:09 AM
To: Multiple recipients of list ORACLE-L
We are heading down the N-tier path, (browser, websphere app server, oracle
database). What is the best method to setup this architecture for security
and
the logic?
In addition, does anybody have any good white papers or urls? Thanks
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Tracy Rahmlow INET: tracy.rahmlow_at_aexp.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: DENNIS WILLIAMS INET: DWILLIAMS_at_LIFETOUCH.COM Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Nov 04 2002 - 11:13:50 CST
![]() |
![]() |