User 0908c5ccdd
10-10-2007 10:10:14
In the documentation for the jchem_table_pkg.jc_insert API you state
jchem_table_pkg.jc_insert(structure IN VARCHAR2, table IN VARCHAR2, jChemPropName IN VARHCAR2, checkDuplicates IN VARHCAR2, haltOnDuplicate IN VARHCAR2, options IN VARHCAR2) = CD_ID_ARRAY
The first parameter can be either a molecular structure in any format recognized by JChem.
If I have an SD file sitting on the database server file system is it possible to somehow use the filename as the first parameter? In the past I have been inserting records using the SMILES string as this varchar2 parameter.
Many thanks in advance...
jchem_table_pkg.jc_insert(structure IN VARCHAR2, table IN VARCHAR2, jChemPropName IN VARHCAR2, checkDuplicates IN VARHCAR2, haltOnDuplicate IN VARHCAR2, options IN VARHCAR2) = CD_ID_ARRAY
The first parameter can be either a molecular structure in any format recognized by JChem.
If I have an SD file sitting on the database server file system is it possible to somehow use the filename as the first parameter? In the past I have been inserting records using the SMILES string as this varchar2 parameter.
Many thanks in advance...