Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is OAS obsolete now that we have 8i?
A very interesting question -
I think the key is to look at the type of functionality that each product provides and not to get too hung up on the overlap. For example, you can develop web enabled Java applications using both 8i and OAS 4, both have ORBs, both support web enabling PL/SQL applications (WebDB and PL/SQL cartridge).
Both have different models for distribution, 8i uses OPS or completely separate databases, OAS uses multi-node and distributed processing. How much of the guts of the two products are the same? Different JVMs, different ORBs. I don't know which one is faster or scales better.
If you use OAS for managing the middle tier, you can still use Java in 8i to implement portions of the business logic, much as you might implement it in PL/SQL with V7.X/8.0.
If you were to build a PL/SQL app, I'd tell you to start with WebDB and if it doesn't scale then move the app to OAS. For java I don't know how 8i performs or scales up. We need to find somebody who's got their hands on the stuff and has some information to share.
If you are building something small, there is probably no serious technical difference, though there may be a cost difference to one solution or the other.
Cheers
David Smith wrote:
>
> Is it my imagination, or is OAS in general -- and OAS use of
> the JWeb cartridge in particular -- obsolete now that we have
> 8i?
>
> I've skimmed the various documents about 8i on Oracle's web
> site, looking for references to OAS. The only reference I found
> was a mention at the end of a technical FAQ document, saying
> that OAS 4.0.7 doesn't work with Oracle 8.1.4. Is OAS dead?
>
> Then I found the Oracle 8i Technical Data Sheet, which mentions
> that 8i includes "Oracle WebDB." Is WebDB a replacement for OAS?
>
> (Interestingly, that same document claims that 8i "integrates closely
> with Oracle Application Server," apparently contradicting the
> technical FAQ document...)
>
> I've been learning OAS, planning on using the JWeb cartridge.
> But now I'm getting the impression that I shouldn't plan on using
> JWeb cartridge if I want my server-side Java app to take advantage
> of 8i's built-in Java VM. Maybe I should use WebDB instead of OAS?
>
> - Dave
>
> p.s. If replying by direct email, please remove "junk" from
> my email address, thanks.
Received on Sun Mar 21 1999 - 20:55:01 CST
![]() |
![]() |