Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Cursor performance in Oracle
Also, if you use an implicit cursor inside a form, ie on a Post-Query
trigger, it may slow the app down since the implicit cursor does one fetch
to see if any too_many_rows exception needs to be raised and then another to
fetch the data. Doubles up on work.
With an explicit, there is no such problem.
M Received on Wed Jun 09 1999 - 02:58:57 CDT
![]() |
![]() |