Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to create a temp table in the memory, not in disk?

ScottZhengAug 31 2007 — edited Sep 3 2007
in sql server, you can create a temp table in the memory instead of disk,
then you can do the insert, delete,update and select on it.
after finishing, just release it.

in Oracle,
I am wonderfing how to create a temp table in the memory, not in disk?

thanks,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 1 2007
Added on Aug 31 2007
10 comments
9,749 views