Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> context index
I created a context index as following:
CREATE INDEX me.attachment_IDX ON me.test_table
(ATTACHMENT)
INDEXTYPE IS CTXSYS.CONTEXT
The index is stored in SYSTEM tablespace. I was wondering if there is a way
that I can create a context index in the tablespace I want. The context
index in SYSTEM tablespace causes a VIOLATION for copying data with
transportable tablespace method.
Dave
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Apr 25 2007 - 08:12:53 CDT
![]() |
![]() |