Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Function Based Index Problem.

MichaelRMar 31 2015 — edited Mar 31 2015

Hello,

I have a problem with regards to a function based index.

example:

TableName: Test

Column : A, B, C, D

I create the index on table test, column A using a user defined function.

if i make a select on the column, it will be okay. That is, i will get the wanted result.

However, if i insert into the table and commit, and i make a query using column 'A' in the where clause. I dont have any query hits. Its really weird.

Have you ever experienced this problem? and are there any dos and donts w.r.t function based index?

Thank you.

MichaelR

This post has been answered by John Stegeman on Mar 31 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 28 2015
Added on Mar 31 2015
17 comments
931 views