Hi Folks,
I am unable to create a function based index on a table. The error I am getting in invalid column name.
The function I am trying to use is SUBSTR(COLUMN_NAME,1,3)
I tried creating function based index for UPPER(COLUMN_NAME). It doesn't work either. I keep on getting insufficient privileges.
I used
ALTER SESSION SET QUERY_REWRITE_ENABLED = TRUE ;
to enable the option, but that doesn't seem to be working.
Cheers!
Abhijit
I am unable to create a function based index on a table. The error I am getting in invalid column name.
The function I am trying to use is SUBSTR(COLUMN_NAME,1,3)
I tried creating function based index for UPPER(COLUMN_NAME). It doesn't work either. I keep on getting insufficient privileges.
I used
ALTER SESSION SET QUERY_REWRITE_ENABLED = TRUE ;
to enable the option, but that doesn't seem to be working.
Cheers!
Abhijit