Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Creating Temporary Tables in Oracle
How can I create temporary tables in Oracle ?
I know that SQL Server supports temporary tables.
Basically, I need to create a temporary table containing
a subset of the data from another table. Then I want
to update some rows in that temporary table,
use it and later drop it.
I don't want anyone else who has logged on using the same userid/pwd to see my temporary table.
How do I achieve that ?
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Wed Oct 28 1998 - 17:17:06 CST