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: Q:fast temporrary table

Re: Q:fast temporrary table

From: John Chiu <johnymc_at_netscape.net>
Date: Tue, 7 Dec 1999 06:11:51 -0500
Message-ID: <82ipsd$j9c$1@news2.tor.accglobal.net>


in Oracle 8i:

Create temporary table tablename .... on commit preserve rows .....;

will create a temporary table, store rows temporary and truncate the table when at the end of the user session.

HTH John Chiu

Stojan Stojanov <stojanov_at_pcs.bg> wrote in message news:384cd5bb.0_at_news.obs.bg...
> Hello all.
> Is it possible to create a temporary table (not persistent) in ORACLE?
> Temporrary means that it is destroied automaticaly after closing oracle
> session. I need a table which is fully cached by ORACLE and operations
over
> this table are very fast (insert, update, delete, join with other tables).
> It is not necessary other sessions to use this table. The table will not
be
> very large. One column only and no more 20 000-30 000 records.
>
> Thanks in advance
>
>
>
Received on Tue Dec 07 1999 - 05:11:51 CST

Original text of this message

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