User b91dd8facf
23-10-2005 19:23:25
oracle 10.1.0.3.0 64 bit
jchem 3.1.1
I have uploaded the nci compounds into an oracle table through jcman. Using a command:
select cd_smiles,nsc,cd_molweight,cd_formula from ncicompounds where jc_contains(cd_smiles,'c1ccccc1C=O')=1;
returns:
ORA-20101 please, create domain index on the column referenced in the operator jc_contains of the table DATA_OBJECT_ID=.......
What should I do to get substructure searching going?
regards lw
jchem 3.1.1
I have uploaded the nci compounds into an oracle table through jcman. Using a command:
select cd_smiles,nsc,cd_molweight,cd_formula from ncicompounds where jc_contains(cd_smiles,'c1ccccc1C=O')=1;
returns:
ORA-20101 please, create domain index on the column referenced in the operator jc_contains of the table DATA_OBJECT_ID=.......
What should I do to get substructure searching going?
regards lw