- NFS Server : viviana (ES Linux)
- Primary DB server : Chopin
- Clone DB server : Wolfgang
|
viviana
path: 192.168.1.3export: /u01/nfs/backup mount: C:\backup |
Oracle Database uses an ODM library, , to enable Direct NFS. To replace the standard ODM library, , with the ODM NFS library,complete the following steps:
|
C:\> copy oraodm11.dll oraodm11.dll.stub C:\> copy /Y oranfsodm11.dll oraodm11.dll On the NFS server, Export the directory as an NFS share by adding the following lines to the "/etc/exports" file /u01/nfs/backup *(rw,wdelay,insecure,no_root_squash,no_subtree_check) |
Make sure the NFS service is available after reboot and restart the NFS service.
|
# service nfs restart |
Take a image backup of the production database:
|
set nocfau; backup as copy database format '/host/backups/prod/%U' ; } |
Use the following views for Direct NFS management:
- v$dnfs_servers: Shows a table of servers accessed using Direct NFS.
- v$dnfs_files: Shows a table of files currently open using Direct NFS.
- v$dnfs_channels: Shows a table of open network paths (or channels) to servers for which Direct NFS is providing files.
- v$dnfs_stats: Shows a table of performance statistics for Direct NFS