Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Select with view join takes too long

Re: Select with view join takes too long

From: Peter McKenzie <pemmck_at_ibm.net>
Date: 1997/04/02
Message-ID: <01bc3f15$680ee140$b1f876a5@Topas8>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US