User 8139ea8dbd
20-05-2008 21:05:22
Just install the IUPAC license
1.
select jc_molconvert('CC(C)Cc1ccc(cc1)C(C)C(O)=O', 'name') from dual
#>-JC_MOLCONVERT('CC(C)CC1CCC(CC1)C(C)C(O)=O','NAME')---
"2-[4-(2-methylpropyl)phenyl]propanoic acid\n"
Looks good, however, the extra line break "\n" at the end is probably not neccesary.
2.
select jc_molconvert('CC(C)Cc1ccc(cc1)C(C)C(O)=O', 'traditionalName') from dual
failed. How do I get traditional name via molconvert?
3.
select jc_evaluate('CC(C)Cc1ccc(cc1)C(C)C(O)=O', 'name()') from dual
or
select jc_evaluate('CC(C)Cc1ccc(cc1)C(C)C(O)=O', 'traditionalName()') from dual
failed. How do I use name() and tranditionalName as chemical terms?
We are using the latest cartridge version (upgraded two weeks ago).
Error> ORA-29532: Java call terminated by uncaught Java exception: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException: Expression name() yields java.lang.String. Expressions must yield one single number!
ORA-06512: at "JCHEM_CART.JCHEM_CORE_PKG", line 96
ORA-06512: at "JCHEM_CART.EVALUATE_FUNC", line 19 (./all_test_full.bee:17)
Error> ORA-29532: Java call terminated by uncaught Java exception: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException: Expression name() yields java.lang.String. Expressions must yield one single number!
ORA-06512: at "JCHEM_CART.JCHEM_CORE_PKG", line 96
1.
select jc_molconvert('CC(C)Cc1ccc(cc1)C(C)C(O)=O', 'name') from dual
#>-JC_MOLCONVERT('CC(C)CC1CCC(CC1)C(C)C(O)=O','NAME')---
"2-[4-(2-methylpropyl)phenyl]propanoic acid\n"
Looks good, however, the extra line break "\n" at the end is probably not neccesary.
2.
select jc_molconvert('CC(C)Cc1ccc(cc1)C(C)C(O)=O', 'traditionalName') from dual
failed. How do I get traditional name via molconvert?
3.
select jc_evaluate('CC(C)Cc1ccc(cc1)C(C)C(O)=O', 'name()') from dual
or
select jc_evaluate('CC(C)Cc1ccc(cc1)C(C)C(O)=O', 'traditionalName()') from dual
failed. How do I use name() and tranditionalName as chemical terms?
We are using the latest cartridge version (upgraded two weeks ago).
Error> ORA-29532: Java call terminated by uncaught Java exception: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException: Expression name() yields java.lang.String. Expressions must yield one single number!
ORA-06512: at "JCHEM_CART.JCHEM_CORE_PKG", line 96
ORA-06512: at "JCHEM_CART.EVALUATE_FUNC", line 19 (./all_test_full.bee:17)
Error> ORA-29532: Java call terminated by uncaught Java exception: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException: Expression name() yields java.lang.String. Expressions must yield one single number!
ORA-06512: at "JCHEM_CART.JCHEM_CORE_PKG", line 96