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 store a table in memory only?

Re: How to store a table in memory only?

From: Klaus Zeuch <KZeuchnospam_at_hotmail.com>
Date: Mon, 22 Jan 2001 11:39:43 +0100
Message-ID: <94h5rq$9ks$1@papyrus.erlm.siemens.de>

Syntax in Oracle is: create global temporary table.... (see the manual for restrictions on temp tables)

Klaus
Hartgeorge <hartgeorge_at_aol.com> schrieb in im Newsbeitrag: 20010122013843.13315.00000573_at_ng-cf1.aol.com...
> Hi,
>
> I cannot figure out how to create a table that is stored only in memory.
> Basically I am looking for the mysql equiv of:
> create table foo(x char(2)) type=heap;
>
> Any ideas?
> Thank you- George Hart.
>
Received on Mon Jan 22 2001 - 04:39:43 CST

Original text of this message

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