Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Can I do this ? (PL/SQL question)
Hi all,
In PL/SQL, can I define a "table" for storing temporary data. This "table" should be indexed and support key read, update and insert, like normal tables...
The reason I would like to do this is to avoid inserting/updating "real" tables which consumes lots of system resourecs for I/O.
I knew that PL/SQL table is some kind but it only support indexed by 1 key --- the binary_integer.
Thanks. Received on Tue Mar 18 2003 - 22:48:04 CST
![]() |
![]() |