Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Select with view join takes too long
Instead of a view try a database function which accepts arguments 'id' and 'term'. The select which currently uses the view would use the function instead. I have found these functions within selects to be quite efficient. Received on Wed Apr 02 1997 - 00:00:00 CST
![]() |
![]() |