Oracle Database Direct Connector won't a

What problem are you observing?

When trying to configure an Oracle Database Direct connector following the instructions from the documentation, An error occurs when attempting to install the Oracle Database Driver ojdbc8.jar. The file size limit for uploads is set to 5mb, but the driver is 7mb and fails.

What is the correct behavior?

The system should allow files to be larger, especially when it is the file called out in the documentation. The JDBC Direct Connector allows this file to be loaded.
https://documentation.sailpoint.com/connectors/oracle/database/help/integrating_oracle_database/prerequisites.html

What product feature is this related to?

ISC Connectors, specifically Oracle Database Direct Connector.

What are the steps to reproduce the issue?

Download the latest ojdbc8.jar driver
Create an Oracle Database Direct Connector.
Attempt to upload the file

Do you have any other information about your environment that may help?

There was a similar issue from Oct 2023, which was resolved by loading the ojdbc8.jar, but it appears that the file size no longer meets the requirements

The issue in action:

The Documentation Page:

1 Like

Apparently the 19C version of ojdbc8.jar is 4.5mb, but the latest 23c versionis 6.7mb, and fails to upload.

So the work around is to use the 19C version for now.

1 Like

The JDBC Connector allows for file sizes of 300mb for reference.

1 Like

SailPoint responded to the created ticket for this with the following:

Below are the supported versions:

The SailPoint Oracle connector supports the following versions of the Oracle Server:

Oracle Database 21c
Oracle Database 19c
Oracle Database 18c
Oracle Database 12cR2
Oracle Database 12c

The reason that 23c isn’t working is because it’s not included in this list.

2 Likes