Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ideas to tune strange query....
Message
From
30/11/2000 09:56:58
 
 
To
All
General information
Forum:
Oracle
Category:
PL/SQL
Title:
Ideas to tune strange query....
Miscellaneous
Thread ID:
00447329
Message ID:
00447329
Views:
46
I have a strange query scenario.
Maybe someone would care to comment.

The query looks like

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(+);

There is a unique index on ARTIKEY.

any ideas for optimizing this query?
Next
Reply
Map
View

Click here to load this message in the networking platform