I am trying to create an intermedia index. There are 180K records in the database. Does anyone know how to solve this problem? What exactly is the DRSYS tablespace?
SQL> create index IDX_GALE_COMPANY_NAME on GALE (COMPANY_NAME)
indextype is ctxsys.context
parameters ('storage my_basic_storage
stoplist my_stoplist')
/
create index IDX_GALE_COMPANY_NAME on GALE (COMPANY_NAME)
*
ERROR at line 1:
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-20000: ConText error:
ORA-01658: unable to create INITIAL extent for segment in tablespace DRSYS
ORA-06512: at "CTXSYS.DRUE", line 122
ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 34
ORA-06512: at line 1
SQL> create index IDX_GALE_COMPANY_NAME on GALE (COMPANY_NAME)
indextype is ctxsys.context
parameters ('storage my_basic_storage
stoplist my_stoplist')
/
create index IDX_GALE_COMPANY_NAME on GALE (COMPANY_NAME)
*
ERROR at line 1:
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-20000: ConText error:
ORA-01658: unable to create INITIAL extent for segment in tablespace DRSYS
ORA-06512: at "CTXSYS.DRUE", line 122
ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 34
ORA-06512: at line 1