Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Temporary tables

Re: Temporary tables

From: Arman Rawls <no_spam_arawls_at_qwest.net>
Date: Wed, 1 Nov 2000 20:23:41 -0700
Message-ID: <w95M5.1624$q81.490491@news.uswest.net>

In Oracle 8i:

create global temporary table <table_name>( attributes) storage( < storage clause> )
on commit <delete|preserve>

javier <mendillo_at_worldonline.es> wrote in message news:39fddfcc_at_dial-in.encomix.es...
>
> De: javier <mendillo_at_worldonline.es>
> Asunto: Temporary tables.
> Fecha: lunes 30 de octubre de 2000 19:38
>
> Hello all,
>
> We need to create temporary tables. Is it posible in oracle database?
> How?
>
> Thank you in advance,
>
>
>
>
>
>
Received on Wed Nov 01 2000 - 21:23:41 CST

Original text of this message

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