Symantec logo

Copying IPC libraries

Copy the IPC libraries on all nodes where Oracle 10g binaries are installed. If the binaries are installed on shared storage, copy the libraries on one node only. Use the mount command to check that the file system containing the Oracle binaries is mounted.

 To copy IPC libraries

  1. Log in as oracle user.
  2. Copy the file into place.

    For 10.1.0.1 to 10.1.0.4 on 64-bit:

    $ cp /opt/VRTSvcs/rac/lib/libskgxp10_ver23_64.so \

    $ORACLE_HOME/lib/libskgxp10.so

    For 10.1.0.5 and 10g R2 on 64-bit:

    $ cp /opt/VRTSvcs/rac/lib/libskgxp10_ver25_64.so \

    $ORACLE_HOME/lib/libskgxp10.so

    For 10.1.0.1 to 10.1.0.4 on 32-bit:

    $ cp /opt/VRTSvcs/rac/lib/libskgxp10_ver23_32.so \

    $ORACLE_HOME/lib/libskgxp10.so

    For 10.1.0.5 and 10g R2 on 32-bit:

    $ cp /opt/VRTSvcs/rac/lib/libskgxp10_ver25_32.so \

    $ORACLE_HOME/lib/libskgxp10.so