An asterisk (*) indicates support that was added in a hotfix or software patch subsequent to a release.
Refer to the following resources for additional information:
>=, <=, and != comparison operators when querying String fields. Therefore, the driver has not been optimized to pass these comparison operators to Oracle Sales Cloud. We are working with Oracle on this issue.ACTIVITIES_ACTIVITYCONTACT and LEADS_PRODUCTS are not accessible.ACCOUNTS_RELATIONSHIP, CONTACTS_RELATIONSHIP, and HOUSEHOLDS_RELATIONSHIP are not accessible.select * from ACCOUNTS_ADDRESS_ADDRESSPURPOSE
   where (ACCOUNTS_PARTYNUMBER = 'OSC_12343' AND
          ACCOUNTS_ADDRESS_ADDRESSNUMBER = 'AUNA-2XZKGH')
      or (ACCOUNTS_PARTYNUMBER = 'OSC_12344' AND
          ACCOUNTS_ADDRESS_ADDRESSNUMBER = 'AUNA-2YZKGH')"CATALOGPRODUCTITEMS" and "CATEGORYPRODUCTITEMS", no more than 500 records are returned, even when more records may be present. This behavior is also seen with some custom objects. We are currently working with Oracle support to resolve this issue.OPPORTUNITIES_CHILDREVENUE_PRODUCTS or LEADS_PRODUCTGROUPS with a filter on the primary key column returns 0 records even when more records are present. We are currently working with Oracle support to resolve this issue.select * from ACCOUNTS_ADDRESS
where ACCOUNTS_PARTYNUMBER
in (select top 101 PARTYNUMBER from ACCOUNTS)chmod +x testforjdbc.sh