User 4140faeba5
05-09-2005 10:53:17
Hi.
I'm running the following query.
select ACCSPEED.BVTCIMS.compound_id,ACCSPEED.BVTCIMS.molfile from ACCSPEED.BVTCIMS where jc_containsb(ACCSPEED.BVTCIMS.cd_structure,(select molfile from temp_mol where pkey = 3))=1 order by ACCSPEED.BVTCIMS.compound_id
against approx 2000000 compounds. It should take about 500 sec. and return ~300000 hits.
During the search I get the following error.
Error> 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: Maximum number of searches allowed per minute is exceeded. Please try
it later.
ORA-06512: at "JCHEM.JCHEM_BLOB_PKG", line 0
ORA-06512: at "JCHEM.JC_IDXTYPE_IM", line 449 (jchem.bee:625)
Error> 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: Maximum number of searches allowed per minute is exceeded. Please try
it later.
ORA-06512: at "JCHEM.JCHEM_BLOB_PKG", line 0
ORA-06512: at "JCHEM.JC_IDXTYPE_IM", line 449
Please help.
Regards,
/Mikael
I'm running the following query.
select ACCSPEED.BVTCIMS.compound_id,ACCSPEED.BVTCIMS.molfile from ACCSPEED.BVTCIMS where jc_containsb(ACCSPEED.BVTCIMS.cd_structure,(select molfile from temp_mol where pkey = 3))=1 order by ACCSPEED.BVTCIMS.compound_id
against approx 2000000 compounds. It should take about 500 sec. and return ~300000 hits.
During the search I get the following error.
Error> 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: Maximum number of searches allowed per minute is exceeded. Please try
it later.
ORA-06512: at "JCHEM.JCHEM_BLOB_PKG", line 0
ORA-06512: at "JCHEM.JC_IDXTYPE_IM", line 449 (jchem.bee:625)
Error> 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: Maximum number of searches allowed per minute is exceeded. Please try
it later.
ORA-06512: at "JCHEM.JCHEM_BLOB_PKG", line 0
ORA-06512: at "JCHEM.JC_IDXTYPE_IM", line 449
Please help.
Regards,
/Mikael