To enable Direct NFS Client, you must add an oranfstab file to the Oracle_home\dbs directory and modify the related DLL files used by the Oracle Database software.
- Create an
oranfstab file.
- Replace the standard ODM library,
oraodm12.dll, with the ODM NFS library
Oracle Database uses the ODM library, oranfsodm12.dll, to enable Direct NFS Client. To replace the ODM library, complete the following steps:
- Change directory to
Oracle_home\bin.
- Shut down the Oracle Database instance on a node using the Server Control Utility (SRVCTL).
- Enter the following commands:
copy oraodm12.dll oraodm12.dll.orig
copy /Y oranfsodm12.dll oraodm12.dll
- Restart the Oracle Database instance using SRVCTL.
- Repeat Step 2.a to Step 2.d for each node in the cluster.