I have just read Oracle documentation about FBI. In the part of optimization with function-based indexes, it is saying that "A virtual column is useful for speeding access to data derived from expressions.". Here is the link Indexes and Index-Organized Tables.
My question is, doesn't Oracle already create a virtual column when we create a function-based index?
Regards
Charlie