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: How to Create Local Temporary Table

Re: How to Create Local Temporary Table

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 20 Apr 2006 09:54:35 -0700
Message-ID: <1145552071.31997@yasure.drizzle.com>


jackal wrote:
> Hi,
>
> But isnt that a good functionality? All these temp tables in SQL server
> are created in the tempdb database and you can place the tempdb
> datafiles in a different disk altogether. I too many times have to
> create temp tables in Oracle, to aid in reporting purposes. But those
> are temporary with respect to the other normalized ones, slightly out
> of the league.
>
> Why do the faculties advice not to create temp tables in Oracle. Please
> elaborate on this.
>
> Regards
> Jackal

Read Sybrand's comment again. They are unnecessary. They are slow in SQL Server but required due to the product's problem with locks and the transaction model.

If you don't need to be crippled ... don't ask people for advice on how to break your leg.

-- 
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:54:35 CDT

Original text of this message

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