Operating System - HP-UX
1751975 Members
5052 Online
108784 Solutions
New Discussion

Oracle8i integration with Omniback 3.1

 
Bette Hald
Occasional Contributor

Oracle8i integration with Omniback 3.1

What is the correct method of linking Oracle 8.1.6 and Oracle 8.1.7 with Omniback 3.1?

I tried commenting out the "LLIBOBK=" line in the env_rdbms.mk file and then using the following for the link:
make -f ins_rdbms.mk ioracle "LLIBOBK=/opt/omni/lib/libob2oracle8.sl"
Link appears to work, but getting "oracle8 not linked with omniback II" when trying to run /opt/omni/lbin/util_oracle8.exe -CHKCONF
1 REPLY 1
Bette Hald
Occasional Contributor

Re: Oracle8i integration with Omniback 3.1

got a response from Oracle support

for 32 bit
cd $ORACLE_HOME/lib
ln -s -f /opt/omni/lib/libob2oracle8.sl libobk.sl

for 64 bit
cd $ORACLE_HOME/lib64
ln -s -f /opt/omni/lib/libob2oracle8_64bit.sl libobk.sl