Error received when starting sp_cop:
"./sp_cop: error while loading shared libraries: libwtc9.so: cannot open shared object file: No such file or directory".
SharePlex is a 32 bit application.
1. Try relinking the /var/adm/.splex/V-5.1/lib92 to point to the new libraries in lib32.
2. You can create soft link to Oracle library as follows:
cd /var/adm/.splex/V-5.1/lib92
ln -s $ORACLE_HOME/lib32/libwtc9.so libwtc9.so
3. Start sp_cop