Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> newbie temp table
does oracle have any equivalent to "hash tables" used in sybase, mssql?
hash table = temporary table which is only accessible to the current
connection and is dropped when the connection is closed. Also the create
table and drop table is not logged.
Received on Tue Sep 14 1999 - 08:41:07 CDT
![]() |
![]() |