User 9ec4593bcc
02-11-2006 18:13:48
oracle 10gRC2
user jchem (owner)
version 3.2
I am getting this error when creating an index on a test database. There are no null structures. The structure format is SMILES (varchar2).
SQL> create index jc_idx2 on tbl_junk(STRUCTURE) indextype is jc_idxtype;
create index jc_idx2 on tbl_junk(STRUCTURE) indextype is jc_idxtype
*
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.Exception: The following exception has been thrown by the servlet:
Exception: null
ORA-06512: at "JCHEM.JCHEM_CORE_PKG", line 47
ORA-06512: at "JCHEM.JC_IDXTYPE_IM", line 17
user jchem (owner)
version 3.2
I am getting this error when creating an index on a test database. There are no null structures. The structure format is SMILES (varchar2).
SQL> create index jc_idx2 on tbl_junk(STRUCTURE) indextype is jc_idxtype;
create index jc_idx2 on tbl_junk(STRUCTURE) indextype is jc_idxtype
*
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.Exception: The following exception has been thrown by the servlet:
Exception: null
ORA-06512: at "JCHEM.JCHEM_CORE_PKG", line 47
ORA-06512: at "JCHEM.JC_IDXTYPE_IM", line 17