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: Is an Oracle View the equivalent of an SQL server Temporary Table?

Re: Is an Oracle View the equivalent of an SQL server Temporary Table?

From: Michael Carton <MikeC_at_erols.com>
Date: Tue, 26 Dec 2000 13:10:39 -0500
Message-ID: <3A48DF1F.AF9D18FC@erols.com>

Dave Sutton wrote:
>
> Hi,
>
> I'm new to Oracle and am getting a bit confused over trying to create a
> temporary table.

Oracle does not have the #Temp temporary table feature of SQL Server.

> Can anyone tell me how to create a temporary table in Oracle...ie. used for
> the duration of a query only and then automatically discarded....is a
> temporary table actually a view?

Sybase and Microsoft SQL Server have this feature. Oracle doesn't.

-- 
MikeC

Please reply to the group.
Received on Tue Dec 26 2000 - 12:10:39 CST

Original text of this message

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