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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Avoiding any locks in SQL Servers - read and understand....itsmagic.

Re: Avoiding any locks in SQL Servers - read and understand....itsmagic.

From: Noons <wizofoz2k_at_yahoo.com.au>
Date: Sat, 23 Aug 2003 11:48:55 +1000
Message-ID: <3f46c820$0$10360$afc38c87@news.optusnet.com.au>


"Guido Stepken" <g.stepken_at_t-online.de> wrote in message news:bi68ai$9oj$05$1_at_news.t-online.com...

> clustering, is very fast....i didn't know that DEC has invented
> versioning, thanx....

They didn't. Sperry Univac had OS supported versioning in Exec8/OS1100 since 1968. DEC used a very similar scheme to support versioning at file level, storing only the changes between versions rather than the whole new data. But they never implemented the full functionality of versioning available in OS1100. I think DEC invented clustering. As it is understood today. Not sure, though. IBM might have some claims there with their shared-DASDI.

>
> I don't think, that oracle's locking strategy is so muc advanced, since
> no two transactions can write into a database at the same time ....

I beg your pardon? Where on Earth did you get this rubbish? Do NOT confuse "database" with "data row"! In Oracle, you can have as many transactions as you want simultaneously writing into a database and have been able to do so since Version 1! The only thing you cannot have is two concurrent and active transactions write to the same row. Amazing the rubbish that gets spread as "information"...

> Did you know, that with many API's (PHP...) you cannot separate several
> sql statements by semicolon ? Only one statement is allowed, one
> resultset you can receive. You have to put 2+ statements into a stored
> procedure to get them executed.

Thats is true for MOST api's, in fact.

--
Cheers
Nuno Souto
wizofoz2k_at_yahoo.com.au.nospam
Received on Fri Aug 22 2003 - 20:48:55 CDT

Original text of this message

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