Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle for a near real-time App

Re: Oracle for a near real-time App

From: Matthias Gresz <GreMa_at_t-online.de>
Date: 22 Apr 1998 07:12:47 GMT
Message-ID: <6hk59f$4g2$1@news00.btx.dtag.de>


Hi,

also remember that CSMA/CD-MAC-protocol (and TCP/IP implemented on top of it) doesn't guarantee consistent performance.

Steve Phelan schrieb:
>
> Yes, give it tons of RAM and cache as much as you can (cache tables, large
> shared pool and db block buffer cache). Tune your SQL for fast access - use
> indexes and high selectivity, and even consider caching rowids for
> frequently accessed rows. Obviously steer clear of any 'bulk' operations or
> over-indexing.
>
> Biggest problem you might have, though, is not speed, but predictability.
> I've worked on a lot of real-time systems in the past, and *guaranteeing,
> consistent* performance would not be easy with Oracle and the sort of OSs
> it's designed to run on.
>
> I guess it all depends on you definition of 'real time'.
>
> Steve Phelan.
>
> James Woodger wrote in message <353CAD9D.7CCA_at_sympatico.ca>...
> >I'm considering using Oracle Server for a near real-time App. Would
> >anyone raise any red flags, based on their own experiences?
> >
> >Since the database is small, it's likely that I'll be able to make it
> >memory resident. Are there any other database strategies I should be
> >considering in the circumstances?
> >
> >I'd appreciate a copy of comments to my Email at jwoodger_at_sympatico.ca
> >

--

Regards

Matthias Gresz :-)

GreMa_at_t-online.de Received on Wed Apr 22 1998 - 02:12:47 CDT

Original text of this message

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