Hallo zusammen,
zu PG = 14.10 versuche ich ora2pg zu installieren.
Dieses liegt mit den notwendigen rpm in einem separaten Verzeichnis:
-rw-r–r-- 1 postgres postgres 430128 Nov 13 14:20 ora2pg-24.1-1PGDG.rhel8.noarch.rpm
-rw-r–r-- 1 postgres postgres 88956 Nov 13 14:20 oracle_fdw_14-2.6.0-1PGDG.rhel8.x86_64.rpm
-rw-r–r-- 1 postgres postgres 55788060 Nov 13 17:11 oracle-instantclient-basic-21.12.0.0.0-1.el8.x86_64.rpm
-rw-r–r-- 1 postgres postgres 333564 Nov 13 14:20 perl-DBD-Oracle-1.90_5-21.11.0.0.0PGDG.rhel8.x86_64.rpm
Allerdings liefert das Aufurf von
sudo dnf -y install $DIR/*.rpm
folgende Fehler:
Error:
Problem 1: conflicting requests
- nothing provides oracle-instantclient-basic = 21.11.0.0.0 needed by perl-DBD-Oracle-1.90_5-21.11.0.0.0PGDG.rhel8.x86_64
Problem 2: package ora2pg-24.1-1PGDG.rhel8.noarch requires perl(DBD::Oracle), but none of the providers can be installed - conflicting requests
- nothing provides oracle-instantclient-basic = 21.11.0.0.0 needed by perl-DBD-Oracle-1.90_5-21.11.0.0.0PGDG.rhel8.x86_64
(try to add ‘–skip-broken’ to skip uninstallable packages or ‘–nobest’ to use not only best candidate packages)
Hat jemand eine Idee?
Jede Anregung ist willkommen …