Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Cursors ...
Hi togehter !
I am in the need of writing a SP which generates new rows i a table. I am doing that using a cursor and loop through the result set. Unfortunately it's not allowed to use subselects in a cursor, so wrote a set of function which return the requested column values. Now the problem ist, that this technique seems to consume a lot of time ( 500msec with the functions , 20ms in interactive mode using subselects ). Does anybody have an advice what to do ?
TIA
Meinhard
Received on Mon May 06 2002 - 16:20:25 CDT
![]() |
![]() |