Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Function-Based Index
I am trying to create a function-based index in Oracle 8.1.5 with this syntax
CREATE INDEX fun_ind_pop_01 ON
census(10*population-population*population)
and get this message:
ORA-00439: feature not enabled: Function-based indexes.
I did the
alter session set query_rewrite_enabled=true
and
alter session set query_rewrite_integrity=trusted
What else can I try? Received on Fri Jul 21 2000 - 00:00:00 CDT
![]() |
![]() |