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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Temp table space

Re: Temp table space

From: Gert Rijs <gem_at_wirehub.net>
Date: 1996/11/14
Message-ID: <328B85B1.249@wirehub.net>#1/1

Dong Duong Nguyen (SSE) wrote:
>
> Hello,
> Can you create a temporary table in the temp table space? Can you
> create it so that the table gets destroyed when you disconnect or when
> a trasaction finishes?
>
> Thanks
> Doug Nguyen

i don't believe you can.
however, why don't you create a package with a pl/sql table defined in the package header, this pl/sql table will be private per session. you can populate it as you will, and the package is 'reset' when the session is closed.

hope this helps

--
Gert Rijs
mailto:gem_at_wirehub.net    (at home)
mailto:gert.rijs_at_corp.ah.nl (at work)
Received on Thu Nov 14 1996 - 00:00:00 CST

Original text of this message

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