Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Temp tables??
Does PL/SQL have something similar to SQL Servers Temp table functionality?
I'm attempting to create a PL/SQL SP (Oracle 8.1.6) to create and return a cursor to the client (ado 2.1 SP2 w/Oracle provider). The records can't be retrieved with a simple SQL statement - The code needs to 'walk' up a self-referenced table and do some weird comparisons to find the correct rows. I believe I have 2 options (for PL/SQL anyway):
I'm stuck. Any Ideas??
![]() |
![]() |