Install connection manager
Hi,
I would like to set up a node holding just the oracle connection manager, linux 9 x86_64, oracle client 19.3.
⇒
install linux 9, updates, install oracle-preinstall-19c, download linux 19.3 client for x86_64, unzip as oracle, set ORACLE_HOME
cd $ORACLE_HOME/client
export ORACLE_HOSTNAME=zsgm-ban-orac-3.gmb.lan
export CV_ASSUME_DISTID=OL8
./runInstaller
⇒ custom, check only connection manager, next
'Error in invoking target 'client_sharedlib' of makefile '/u01/app/oracle/product/19.0.0/dbhome_1/rdbms/lib/ins_rdbms.mk'.'
I saw doc 2760289.1 on support.oracle.com, tried:
runInstaller -applyRU <patch dir>
but on client the workaround does not work: "-applyRU" option is not recognized by runInstaller from client.