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: My View performance is very slow

Re: My View performance is very slow

From: <siddu_htc_at_yahoo.com>
Date: 2 Sep 2005 03:48:31 -0700
Message-ID: <1125658111.086943.199680@g44g2000cwa.googlegroups.com>


I found one thing the select is having an order by whcih is the culprit for the performace.
Ex: select .... from msc_item_attributes_v where ..... order by item_name ,organization_code

We get the order by columns values based on functions. Can anyone tell me how can i order the results without hanpering the performance. Received on Fri Sep 02 2005 - 05:48:31 CDT

Original text of this message

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