Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Article about supposed "murky" future for Oracle
"rkusenet" <rkusenet_at_sympatico.ca> wrote in message
news:c4fsrd$2giq6n$1_at_ID-75254.news.uni-berlin.de... > "Daniel Morgan" <damorgan_at_x.washington.edu> wrote in message news:1080782348.656876_at_yasure...
> > No comments since I don't know AQ packages. Are they equivalent > of database tables. Are they as simple to program as writing a SQL. > Can data be loaded into a datamart/datawarehouse. And above al > is that a separate product from Oracle and built into the database > server. > > > Speaking for myself I like using database tables for > work flow. It is a proven technology and IMO no database other > informix work as well. Reason being that informix concept of non > logged database is unique. It virtually eliminates any disk activity > except writing to physical once per checkpoint. Of course you will > lose data if a crash happens, but then u don't care either. > > We use both logged and unlogged database. Where we need to log > information and where we need concurrent access, we use logged database. > > The only advantage I see of using a Queue series is that the application > process need not poll the table. They can be called on events. But then > with multiple processes polling the work flow table, the wait time is > almost negligible. Actually we can convert it into an event by attaching > a table trigger to a C code. > > I have been told that Oracle's concept of lock management is to write > the lock information in the data block itself, instead of centralized > lock manager. That means a SELECT FOR UPDATE will be two writes. One for > the lock and one for the actual write of the data. Not OK for us > in the given scenario. > > > > > > > >
It is very interesting how in one breath you claim to know almost nothing about Oracle and in the next make assumptions that are unfounded.
Geezzee, how biased can you get.
Jim
Received on Wed Mar 31 2004 - 21:10:54 CST