Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ideas to tune strange query....
Message
De
30/11/2000 09:56:58
 
 
À
Tous
Information générale
Forum:
Oracle
Catégorie:
PL/SQL
Titre:
Ideas to tune strange query....
Divers
Thread ID:
00447329
Message ID:
00447329
Vues:
42
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?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform