IDBC Connectivity Issue

Hi Team,
A JDBC source connectivity is not working on investigating found out that it is seems to be a version issue with Oracle DB
Below is the error

Sailpoint documentation:

Current DB Version

Question is there any alternative issue to resolve the issue or the only way is for the app team to upgrade the version?

You need to use an older version of the oracle JDBC driver. I ran into this same issue and could not really find any really old versions publicly available online. A DBA ended up providing the JDBC driver that was on the Oracle DB server that was compatible with the version of Oracle DB installed.

1 Like

I have tried ojdbc v6,8 and 11 faced the issue in all of them which version did you use?

Usually 10 or 11 works for the older Oracle DBs I’ve encountered.

1 Like

Has able to fix the issue by putting additional parameters

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.