Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: SQL TUNE
If you don't show your execution plan or other statistics
is very difficult to get an idea of your problem.
Basically upper(sepr) should be indexed as a function index or hopkinsepr
as an index.
I think without indexes upper(sepr) implies a small overhead because it
have to upper a string, and without indexes both will have to do a full
scan.
If you don't know how to get an execution plan
my paper could help you
http://www.geocities.com/juancarlosreyesp/101basictunningonOracle9i.pdf
Juan Carlos Reyes Pacheco
OCP
Database 9.2 Standard Edition
![]() |
![]() |