ChemAxon 587f88acea
20-07-2005 16:41:39
Hi,
With the jc_molconvert() operator, when I run the SQL
select MOLECULE_NAME ,SMILES , jc_molconvert(SMILES,'mol') as MOL_COLUMN from CHEMLIB
after 100-110 results it throws the following error.
ERROR:
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
ORA-06512: at "JCHEM.MOLCONVERT_FUNC", line 21
The table CHEMLIB has ~1000 molecules. Also the above SQL works well with small number of molecules. Any clue about the possible cause for this error?
thanks
Madhu
With the jc_molconvert() operator, when I run the SQL
select MOLECULE_NAME ,SMILES , jc_molconvert(SMILES,'mol') as MOL_COLUMN from CHEMLIB
after 100-110 results it throws the following error.
ERROR:
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
ORA-06512: at "JCHEM.MOLCONVERT_FUNC", line 21
The table CHEMLIB has ~1000 molecules. Also the above SQL works well with small number of molecules. Any clue about the possible cause for this error?
thanks
Madhu