Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Need SQL Server Temp Table equivalent (challenge!)
Ok guys. I think you all are still missing my points. Here are the
problems with you way of "dynamic" approach:
I am trying to scale and that's why having a dynamic table that is visible to only one session, and each session's table may have different table structure are critical. Of course, the system should take care of the cleaning up. Being able to do this in a SP
select * from myTempAndTruelyDynamicTable
and return the result set is cool as well. But that's another topic.
Guys, I apologize if I offended any of you. But I still can't see how you can do that easily in Oracle.
Oracle's Temp Table solution is close but it still requires fixed columns. Just imagine if the Oracle's Temp table structure can be changed for each session and won't effect other sessions, then my problem is solved. Received on Tue Jul 22 2003 - 11:44:37 CDT
![]() |
![]() |