Disabling the Oracle Disk Manager feature

Since the Oracle Disk Manager feature uses regular files, you can access these files as regular VxFS files as soon as the feature is disabled.

Note:

To convert to VxFS with Quick I/O, disable Oracle Disk Manager using the steps below. Then, convert the files to Quick I/O files.

Note:

Before disabling the Oracle Disk Manager feature, you may want to back up your files.

To disable the Oracle Disk Manager feature in an Oracle instance

  1. Shut down the database instance.

  2. Use the rm and the ln commands to remove the link to the Oracle Disk Manager Library as follows:

    For Oracle 11g, enter:

    # rm ${ORACLE_HOME}/lib/libodm11.so
    # ln -s ${ORACLE_HOME}/lib/libodm.so \
    ${ORACLE_HOME}/lib/libodm11.so

    For Oracle 10g, enter:

    # rm ${ORACLE_HOME}/lib/libodm10.so
    # ln -s ${ORACLE_HOME}/lib/libodm.so \
    ${ORACLE_HOME}/lib/libodm10.so

    For Oracle9i, enter:

    # rm ${ORACLE_HOME}/lib/libodm9.so
    # ln -s ${ORACLE_HOME}/lib/libodmd9.so \
    ${ORACLE_HOME}/lib/libodm9.so
  3. Restart the database instance.

More Information

Converting Quick I/O files to Oracle Disk Manager files