SAP Knowledge Base Article - Public

3395693 - Number of rows per fetch from Oracle to SAC is 10 detected by Oracle DBA

Symptom

Number of rows per fetch from Oracle to SAC is 10 detected by Oracle DBA.

Environment

  • SAP Analytics Cloud 2023.8.18

Reproducing the Issue

  1. Create a import connection based on Oracle in SAC.
  2. Create a model and import data from Oracle.
  3. The Oracle DBA detected that , Number of rows per fetch from Oracle to SAC is 10.

Cause

This is a by design behavior of Oracle JDBC.

Resolution

Please check below article from Oracle:

https://docs.oracle.com/en/database/oracle/oracle-database/19/jjdbc/resultset.html#GUID-41D05006-5470-4C1C-ACA0-A4B487B4D1C0

17.4 Row Fetch Size

By default, when Oracle JDBC runs a query, it retrieves a result set of 10 rows at a time from the database cursor. This is the default Oracle row fetch size value. You can change the number of rows retrieved with each trip to the database cursor by changing the row fetch size value.

Standard JDBC also enables you to specify the number of rows fetched with each database round-trip for a query, and this number is referred to as the fetch size. In Oracle JDBC, the row-prefetch value is used as the default fetch size in a statement object. Setting the fetch size overrides the row-prefetch setting and affects subsequent queries run through that statement object.

Fetch size is also used in a result set. When the statement object run a query, the fetch size of the statement object is passed to the result set object produced by the query. However, you can also set the fetch size in the result set object to override the statement fetch size that was passed to it.

You have to rewrite the jdbc jar code to change the fetch size.

Keywords

Your feedback is important to help us improve our knowledge base. , KBA , LOD-ANA-AQU , Import Data Connections (Acquiring Data) , Problem

Product

SAP Analytics Cloud 1.0