User 0b9f41d1f6
01-09-2005 14:00:53
Hello,
I am trying to create index in ORACLE 10g for structure table (CREATE INDEX TESTUNIQ_CD_SMILES_IDX ON TESTUNIQ(cd_smiles) INDEXTYPE is jc_idxtype PARAMETERS('TABLESPACE=TEST_INDEX') , but it give me the following error:
ERROR at line 1:
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-29532: Java call terminated by uncaught Java exception:
java.lang.IllegalArgumentException: The TABLESPACE parameter can not be
specified with JChem tables
ORA-06512: at "JCHEM.JCHEM_CORE_PKG", line 46
ORA-06512: at "JCHEM.JC_IDXTYPE_IM", line 16
Most strange thing that it looks like index was created.
We using jchem 3.0.13
What am I doing wrong? Thanks for info/advice.
I am trying to create index in ORACLE 10g for structure table (CREATE INDEX TESTUNIQ_CD_SMILES_IDX ON TESTUNIQ(cd_smiles) INDEXTYPE is jc_idxtype PARAMETERS('TABLESPACE=TEST_INDEX') , but it give me the following error:
ERROR at line 1:
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-29532: Java call terminated by uncaught Java exception:
java.lang.IllegalArgumentException: The TABLESPACE parameter can not be
specified with JChem tables
ORA-06512: at "JCHEM.JCHEM_CORE_PKG", line 46
ORA-06512: at "JCHEM.JC_IDXTYPE_IM", line 16
Most strange thing that it looks like index was created.
We using jchem 3.0.13
What am I doing wrong? Thanks for info/advice.