On 2022-06-08 3:01 PM, Andy Lester wrote:
On Jun 8, 2022, at 2:35 PM, Yennam, M <m.yen...@nttdata.com> wrote:
We are currently using Solr 4.9.0 which is connecting Oracle 12cR1 and we are
planning to upgrade our Database to Oracle 19c. So, the question that I have is
– Is SOLR 4.9.0 compatible with Oracle 19c, if not what is the minimum version
of SOLR that supports Oracle 19c database.
How are you getting data from Oracle into Solr? Are you using the
DataImportHandler? If you’re not using the DIH, then I don’t think you’re
connecting to Oracle directly, and then it’s a non-issue.
I expect DIH just talks to oracle jdbc jar and if there are any
incompatibilities, they would be solved by updating that jar. It's just
a guess though.
Dima