Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to Create Local Temporary Table
Serge Rielau wrote:
> sybrandb wrote:
>> In Oracle you don't NEED temporary tables. >> You should UNLEARN EVERYTHING you learned in sqlserver or your >> applications will SUCK. >> You should also read the first two chapters of Tom Kyte's latest book, >> in order to understand why you are bound to fail as you stick to >> sqlserver habits. >>
Completely different concept and technology.
Temp tables in the products that originated with Ingres (Informix, Sybase, SQL Server) are used as a workaround for problems related to locking (lock escalation) and the transaction model.
We use arrays in Oracle for performance ... not as a workaround. Now that Microsoft has attempted to clone the Oracle MVCC model I expect we will begin to see the use of temp tables disappear. Albeit slowly since Microsoft customers generally don't read docs.
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Thu Apr 20 2006 - 11:56:58 CDT