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: Temp Tables

Re: Temp Tables

From: Iain McLaren <imclaren_at_clara.net>
Date: Tue, 02 Feb 1999 19:55:50 GMT
Message-ID: <01be4ee6$ac58d4e0$LocalHost@carrot>

Hi,

> : I have a lot of experience with SQL Server, but am just starting with
> : Oracle. In SQL Server, you can designate a table as temporary by
prefacing
> : the table name with a:
> : # - meaning table's life span's the active connection, and is
visible
> : only to the active connection,
> : - or -
> : ## - meaning table's life span's the active connection, and is visible
to
> : all other active connections
>
> : Is there anything similiar in Oracle? I have seen the the temporary
> : tablespace designator, but it seems as though management of any objects
> : created within is up to the user.

The closest thing in Oracle is the PL/SQL table. Which is an in memory table, however
these can't be manipulated in the same way as a conventional database table.

Cheers,

Iain.



Iain McLaren
email: imclaren_at_clara.net
http://home.clara.net/imclaren Received on Tue Feb 02 1999 - 13:55:50 CST

Original text of this message

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