User 325f2762fd
06-03-2008 23:24:10
Hi,
We are using Jchem Cartrige 3.1.5 and oracle 10g. We have encountered a problem with data consistency issue.
Example
Session 1:
Insert into molecule(smiles) values ('c1ccncc1');
select * from molecules
where jc_equals(smiles,'c1ccncc1') = 1;
No rows selected
If I now commit then, the above select returns row. We would expect data to be seen with in the same session before commiting the data. This may be because of the fact that seperate oracle session is being used to perform the jchem index search. This is causing an issue in our plsql code where we donot want to commit a logical unit of work ie DML statements.
Many Thanks
Rajeev
We are using Jchem Cartrige 3.1.5 and oracle 10g. We have encountered a problem with data consistency issue.
Example
Session 1:
Insert into molecule(smiles) values ('c1ccncc1');
select * from molecules
where jc_equals(smiles,'c1ccncc1') = 1;
No rows selected
If I now commit then, the above select returns row. We would expect data to be seen with in the same session before commiting the data. This may be because of the fact that seperate oracle session is being used to perform the jchem index search. This is causing an issue in our plsql code where we donot want to commit a logical unit of work ie DML statements.
Many Thanks
Rajeev