Problem creating text index after importing to another instance
Trying to setup a test environment with data from production.Used datapump to transport some tables which are using text indexes.
Noticed remap_tablespace option when running impdp is not working when importing textindex, it will use the original tablespace name.
After dropping the failed text indexes and creating preferences definitions retrieved from production the index creation fails.
Does anyone know why this error is shown?
create index "WCMUSER_INTRA_PRODKOPIA"."XXSUBJECT_DOCMETA_ZFT"
2 on "WCMUSER_INTRA_PRODKOPIA"."DOCMETA"("XXSUBJECT")
indextype is ctxsys.context
3 4 parameters('
5 datastore "XXSUBJECT_DOCMETA_ZFT_DST"
6 filter "XXSUBJECT_DOCMETA_ZFT_FIL"
7 section group "XXSUBJECT_DOCMETA_ZFT_SGP"
0