Veritas Storage Foundation for Oracle 5.0 Administrator's Guide, HP-UX 11i v3, Second Edition, December 2008
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/limodm11.sl
# ln -s ${ORACLE_HOME}/lib/libodm11.sl \
${ORACLE_HOME}/lib/libodm11.sl
For Oracle 10g, enter:
# rm ${ORACLE_HOME}/lib/limodm10.sl
# ln -s ${ORACLE_HOME}/lib/libodm10.sl \
${ORACLE_HOME}/lib/libodm10.sl
For Oracle9i, enter:
# rm ${ORACLE_HOME}/lib/libodm9.sl
# ln -s ${ORACLE_HOME}/lib/libodmd9.sl \
${ORACLE_HOME}/lib/libodm9.sl
3
Restart the database instance.
131Using Veritas Extension for Oracle Disk Manager
Disabling the Oracle Disk Manager feature