Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: choices regarding where to place code - in the database or middletier
Adam Jenkins wrote:
> Daniel Morgan wrote:
>
>> We are going to have to end this one with a total disagreement. Having >> spent more than 33 years in IT and more than 15 of them with >> relational databases I have yet to ever see an example of: >> >> "Complete DBMS *dependence* means utilizing (all) those DBMS-vendor >> specific functions that optimize or implement security, performance, >> and scalability (and other stuff)" >> >> and >> >> "Complete DBMS independence means that a system is not bound to a given >> DBMS, because it uses only the functionality offered by the DBMS that is >> accessible via DBMS-neutral syntax" >> >> What you suggest is a logical impossibility.
All of this fluff, and I don't mean it in a prejorative way provides no guideline. How would you make the decision as to which proprietary features such as packages and sequences you would use and which ones not to use.
Not once have I ever had a design spec. that said do a mediocre job of implementing security, scalability, and performance.
Statements like "then you wrap the non-portable functionality that you decide to use in an integration layer" are, from where I sit more fluff. How do you write a wrapper around using a sequence versus using an autonumbered column? I don't think it is technically possible.
I don't know you but strongly suspect your expertise is all front-end ... Java ... and that you really have substantial database experience.
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Thu Jan 29 2004 - 18:23:10 CST
![]() |
![]() |