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 -> SQL tuning with LIKE expression

SQL tuning with LIKE expression

From: Junaid <letsconnect_at_hotmail.com>
Date: 22 Sep 2003 09:43:22 -0700
Message-ID: <dfb44909.0309220843.1b38843a@posting.google.com>


Hello,
  I'm using Oracle 8i and trying to tune a sql statement that has six table joins. I have a numeric indexed column which is using 'LIKE' expression in the where clause. This expression is causing full table scans for all the six joined table. Instead, if I substitute the like with = then the response is almost instataneous.

  For utility purposes, I have to use the like expression in the where clause. What are my other options to explore to tune the sql statement?

  I would appreciate any input.

Thanks
Junaid Received on Mon Sep 22 2003 - 11:43:22 CDT

Original text of this message

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