Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Process Documentation and Engineering - In Use?
Hi Billy,
Fist I appreciat the input. Yes I have that. I still need to create the DB interface object for each database. here is why. The application does not know or care about the Database. It speaks to a Universal API that retrieves Data. Then Specific Objects can be plugged in for Local File Access, Desktop Databases or Whatever. I use Soap to communicate with a Server for Server Database Types. At this point I still need to wory - on the server side about specific DB variants I might use.
Again the long and short is I appreciate the Architecture input- but lets assume that the architecture meets approval - WHAT IS THE MOST PREVELANT VERSION OF ORACLE OUT THERE - simple question - thanks
-- Bruce J Hafner http://www.siliconmindset.com Flow charting, Process Maps for Business "Billy Verreynne" <vslabs_at_onwe.co.za> wrote in message news:1a75df45.0308182221.1a3c14cf_at_posting.google.com...Received on Tue Aug 19 2003 - 08:09:43 CDT
> "earthink" <info_at_siliconmindset.com> wrote
>
> > What is the most prevalent version of Oracle Database Server in Use.
>
> Seeing that Oracle 8 will be desupported by year-end, likely Oracle 9i
> will have the biggest Oracle userbase soon (if not already).. but then
> 10G will be released at year-end...
>
> > Looking make product compatible with largest user base.
>
> That is IMO the wrong approach to use. Most ISV products abstract
> themselves from the database. They instead use a client db layer
> underneath the application layer. You need to support a new database
> product, you simply need to replace/recode/develop the db layer for
> your application.
>
> This is also not that difficult. And is what makes OO programming &
> design pay their dues.
>
> --
> Billy