Temprorary Tables

From: l436294 <shapiro_at_esd.kodak.com>
Date: 1996/11/12
Message-ID: <3288AF1A.2676_at_esd.kodak.com>#1/1


I know that INFORMIX allows users to create the Temprorary Tables, that exist only per one application session.

CREATE TEMP TABLE tempLocation( Name CHAR(25), Address CHAR(50), ...);

These tables are very usefull when you need to isolate one user from another.
Can I create Temprorary Tables on Oracle ? If Not. If there is a way to implement some how this temprorary tables ?

Thank you. Received on Tue Nov 12 1996 - 00:00:00 CET

Original text of this message