Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: INTERMEDIA INDEX
from oraus.msg:
// *Cause: An attempt was made to create an index on a non-indexable // expression. // *Action: Change the column datatype or do not create the index on an // expression whose datatype is one of VARRAY, nested table, object, // LOB, or REF.
Jared
"Seema Singh" <oracledbam_at_hotmail.com>
Sent by: oracle-l-bounce_at_freelists.org
06/17/2004 10:50 AM
Please respond to
oracle-l_at_freelists.org
To
oracle-l_at_freelists.org
cc
Subject
INTERMEDIA INDEX
hi,
I want to create normal index on CLOB object.I'm able to create intermedia
indexes on that column easily but when I'm trying to create as normal it shows error "ORA-2327".
ORA-02327: cannot create index on expression with datatype LOB
Any idea?
thx
-seema