User 0908c5ccdd
05-11-2007 11:09:53
I am getting an error message back when I attempt to search a table using the jc_equals operator. If I type:
then I get the error:
The database is running OK, select count(*) from compounds returns the correct result. Tomcat appears to be running OK, I can see the Tomcat homepage if I navigate to http://localhost:8088
Any ideas what I'm doing wrong?
Code: |
select count(*) from compounds where jc_equals(cd_smiles, 'c1ccccc1') = 1; |
then I get the error:
Code: |
ERROR at line 1: ORA-29902: error in executing ODCIIndexStart() 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 149 ORA-06512: at "JCHEM.JC_IDXTYPE_IM", line 184 ORA-06512: at line 1 |
The database is running OK, select count(*) from compounds returns the correct result. Tomcat appears to be running OK, I can see the Tomcat homepage if I navigate to http://localhost:8088
Any ideas what I'm doing wrong?