Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ideas to tune strange query....
Message
From
01/12/2000 20:53:29
 
 
To
30/11/2000 09:56:58
General information
Forum:
Oracle
Category:
PL/SQL
Miscellaneous
Thread ID:
00447329
Message ID:
00448408
Views:
9
Hi, Tim

SELECT A Bunch of field
FROM SYSADM.SPECIFIC B , SYSADM.ARTICLE A
WHERE
RTRIM(B.ARTNO)||'*'||RTRIM(B.ARTICLENO)||'*'||RTRIM(B.DIMENSION)||'*'||RTRIM(B.INTCOLOR)=A.ARTIKEY(+);

I guess that query won't return the result quickly if the table SPECIFIC has quite a many rows. If SPECIFIC table is not a master table that hardly grow,there seems to be a design problem. The SPECIFIC table can't avoid full table access with current structure. It can't use indexes.

If it is not too late, the best remedy is to consider the normalization again.

HTH.
OCP8 DBA
Previous
Reply
Map
View

Click here to load this message in the networking platform