My Oracle Support Banner

Function Based Index Usages On Foreign Key Column (Doc ID 2552176.1)

Last updated on JULY 20, 2024

Applies to:

Oracle Database - Enterprise Edition - Version 12.2.0.1 and later
Information in this document applies to any platform.

Goal


Generally when we do some update on Parent table in FK relation , there is a implicit lock in child table to maintain the data consistency.
If there are index present in child table for the FK column, that index get used for the purpose.
But if no index is present, then it go for Full Table Scan.


If we have function based index instead of normal index ; will Oracle use the function based index or it will go for Full Table Scan ?
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.