Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: SQL functions and indexes

Re: SQL functions and indexes

From: Emine ATES <emineates_at_postmaster.co.uk>
Date: Tue, 28 Nov 2000 12:43:15 +0000
Message-Id: <10694.123045@fatcity.com>


Dear Sean,
that clause is correct but may cause some misunderstanding. If you use SQL functions in the where predicate of SQL statement Oracle could'nt use index defined on the column which referenced in that function.Therefore poor performance is the expected result of using SQL functions. Actually function indexes in Oracle8i close this gap.

Good luck in exam.
Emine

On Tue, 28 Nov 2000 01:46:08 -0800 "O'Neill, Sean" <Sean.ONeill_at_organon.ie> wrote:
> Last night doing some study for OCP exam I came across a note I had written
> in course material for PL/SQL, "SQL functions ignore table indexes and
> therefore can impact on performance.". So now I'm wondering if this is
> correct or did I take a confused message. Anyone know?
>
> Sean :)
>
> ###### ###### ###### ######
> # # # # # # # # Rookie
> #### # # ###### ###### Data
> # # # # # # # # Base
> # # ####### ###### # # Adminstrator
> -------------------------------- ------------
> Organon (Ireland) Ltd.
> E-mail: sean.oneill_at_organon.ie [subscribed: Digest Mode]
>
> Visit: http://www.egroups.com/group/Oracle-OCP-DBA
>
> The only man who never makes a mistake is the man who never does anything.
> - Theodore Roosevelt
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: O'Neill, Sean
> INET: Sean.ONeill_at_organon.ie
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Tue Nov 28 2000 - 06:43:15 CST

Original text of this message

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