ChemAxon aa7c50abf8
07-04-2006 08:04:50
Quote: |
I’ve installed JChem Cartridge for Oracle and when comparing my installation with another one I noticed that I have the function jcf_containsb while the other system has jc_containsb. Is there any difference between the two? |
The jc_containsb index operator should be used in most cases in order to achieve best search performance. It is only with index operators that the Oracle optimizer will consider highly efficient domain index scans for query plans. Basically, the only reason for jcf_containsb to be there is that index operators are not allowed in PL/SQL assignments.