Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: real time app. on Oracle
You may want to investigate Advanced Queueing, but I suspect that really
need to think about what
you are trying to do.
Most Unix's and NT aren't real time systems, so you really must come up with
a definition of what your 'real-time'
really is, what you want the system to do, and why it is real time. You may
have to investigate other databases and os's to
satisfy your application.
Oracle can't do real time because the OS can't.
Alun
"Daniel Morgan" <dmorgan_at_exesolutions.com> wrote in message
news:3CEBBEA5.4B8F514E_at_exesolutions.com...
> hongying yin wrote:
>
> > Hi,
> >
> > I'd like to know how the Oracle can support the real-time application.
> > E.g, can Oracle set up the priorities for the processes, so that when
> > the higher-priority process came to (modify the same record), the Oracle
> > can roll-back the low-priority process and let the high priority process
> > to operate first.
> >
> > Another issue is if it's possible that we can set the time-out in DB so
> > that if the process takes too long time, Oracle can roll it back.
> >
> > Thnaks a lot in advance.
> >
> > Best Regards,
> >
> > Hongying Yin
>
> I am not aware that it can do that. I am also not aware of ever having any
> need to wish that it did. And that includes work on enterprise wide
> applications in a company with 200,000 employees.
>
> You have inquired about a feature (?) that would serve no real purpose.
>
> What you can do, if you choose, is use a profile to limit the CPU and
> resources available to specific users.
>
> Daniel Morgan
>
Received on Wed May 22 2002 - 12:56:54 CDT
![]() |
![]() |