Symantec logo

Unlinking Veritas libraries from Oracle9i binaries

If you have uninstalled Oracle, skip this procedure. If you have not uninstalled Oracle, unlink the Veritas libraries, using the following procedure, which generates a single-instance Oracle binary.

 To unlink Oracle9i binaries from Veritas libraries

  1. Log in as the oracle user.
  2. Using vi or another text editor, edit the init$ORACLE_SID.ora file.

    $ cd $ORACLE_HOME/dbs/init$ORACLE_SID.ora

    $ vi init$ORACLE_SID.ora

    Set the cluster_database parameter to FALSE.

    cluster_database=FALSE

  3. Change to the ORACLE_HOME directory.

    $ cd $ORACLE_HOME/lib


      Note   Replace the XX_XX_XX-XX_XX_XX in the following examples with the most recent timestamp.


  4. Restore the original Oracle libraries.

    $ rm libodm9.so

    $ cp libodmd9.so libodm9.so

    $ rm libskgxn9.so

    $ cp libskgxp9.so.XX_XX_XX-XX_XX_XX libskgxn9.so