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:
Oracle Service Cloud returns a "Poor performing query" error when executing certain queries with the driver. This typically occurs when executing a query that requires the Oracle Service Cloud service to perform join operations on tables containing a large number of rows. We are currently working on a permanent solution to this problem; however, in the interim, you can work around this issue by doing the following:
ConfigOptions: Value: (NamedIDBehavior=2)ConfigOptions. These key value pairs should be specified in parentheses in a comma-separated list. For details, see "ConfigOptions" in the User's Guide.CreateDB: Value: forceNewCreateDB to forceNew for your initial connection. With this setting for the initial connection, NamedIDBehavior=2 takes effect and local map files are rebuilt to avoid "Poor performing query" errors. After the local map files have been rebuilt, CreateDB should be set to your preferred setting. We recommend setting CreateDB to notExist.EnablePagingWithOrderByID: Value: trueOrder By clause in the Select query.Oracle Service Cloud instance. At connection, the driver deletes the current local map files and creates new files using the updated configuration option settings.CreateDB to your preferred setting before your next connection. We recommend specifying a value of notExist.WSFetchSize property, decrease the number of rows the driver attempts to fetch until the "Poor performing query" error is no longer returned. For optimal performance, configure WSFetchSize so that the driver returns the maximum number of rows possible without returning the error. For example, if you receive the error fetching 500 rows, but not 499 rows, set WSFetchSize=499 for maximum throughput. Be aware that decreasing the fetch size can increase the number of web service calls the driver makes to the Oracle Service Cloud service. If your query exceeds the statement call limit, increase the number of rows fetched using WSFetchSize or increase the statement call limit using the StatementCallLimit property to work around this issue.WSFetchSize=0, the driver uses the maximum page size allowed by the database to determine the number of rows it attempts to fetch for Oracle Service Cloud versions August 2014 or later. For versions earlier than August 2014, the driver attempts to fetch a maximum of 10,000 rows.WSFetchSize connection property according to the guidelines provided in step 4.
CreatedTime and UpdatedTime Fields: Although the CreatedTime and UpdatedTime fields on custom objects map to the relational view, you cannot query against them unless you enable the fields within the Object Designer in the Oracle Service Cloud admin tool.ExtStatementPoolMBean Method: When calling the ExtStatementPoolMonitorMBean.getName() method, the driver should return a concatenation of the driver's name, the loginHost URL to which the Statement Pool Monitor is connected, and the MBean ID of the connection. The driver returns null in place of the loginHost URL.DROP CACHE Statement: In some situations, executing a DROP CACHE statement will complete successfully without dropping the cache.DataDirect Shell Script: For UNIX users: If you receive an error message when executing any DataDirect for JDBC shell script, make sure that the file has EXECUTE permission. To do this, use the chmod command. For example, to grant EXECUTE permission to the testforjdbc.sh file, change to the directory containing testforjdbc.sh and enter: chmod +x testforjdbc.shPerformance Tuning Wizard is not available with the Oracle Service Cloud driver. For information on tuning the driver for performance, see "Performance Considerations" in the USER'S GUIDE.Internet Explorer with the Google Toolbar installed sometimes displays the following error when the browser is closed: "An error has occurred in the script on this page." This is a known issue with the Google Toolbar and has been reported to Google. When closing the driver's help system, this error may display.