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' oracle tables

Re: 'temp' oracle tables

From: martinb <martinb_at_SPAM-OFF-hooked.net>
Date: 1997/04/13
Message-ID: <5irckl$r0c$1@its.hooked.net>#1/1

>Gopal wrote:
>
> There is no temporary table in Oracle.
>

And in the same sense there's no such thing as a 'permanent job' ;)

If you want temporary tables in Oracle you can:

  1. Create a permanent table of the structure you need plus a column to slice by process/proc.
  2. Include the functionality to create/remove a table within the proc itself.
  3. Use PL/SQL tables.

Chose which ever suites, but don't forget to clean up afterwards!

Martin

martinb_at_hooked.net

#	Technomation, Inc.
#
#	Client-Server Design, Implementation, Management.
#
Received on Sun Apr 13 1997 - 00:00:00 CDT

Original text of this message

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