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

Home -> Community -> Usenet -> c.d.o.server -> Function-Based Index

Function-Based Index

From: Natalia <nat_at_fcc.net>
Date: 2000/07/21
Message-ID: <3978FF38.597690A9@fcc.net>#1/1

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

Original text of this message

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