Oracle-Developer.com Forums
A forum for discussing and sharing information about Oracle technologies
 

Navigation: Home  | Discussion Forums  |  Scripts  |  About Us  | Links  | Job Openings  | Blog  
 FAQFAQ   SearchSearch   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Email your Oracle questions to webmaster@oracle-developer.com to get Oracle 11g or Oracle E-Business expert advice.

Direct NFS Client

 
Post new topic   Reply to topic    Oracle-Developer.com Forums Forum Index -> Oracle 11g New Features Discussion
View previous topic :: View next topic  
Author Message
vj.jain
Site Admin


Joined: 10 Aug 2007
Posts: 86

PostPosted: Tue Nov 20, 2007 4:44 am    Post subject: Direct NFS Client Reply with quote

Oracle 11g has introduced a new method for accessing NFS V3 servers directly using an internal “Direct NFS Client” as part of the Oracle Database kernel. This improves performance and manageability by allowing Oracle-specific optimizations to be utilized. Additionally, it removes the need to manually configure and tune most of the NFS client parameters.

Files used by the database can be stored on the NFS drive including data files. However, due to the performance limitations of NFS storage prior to Oracle 11g, many production databases opted to use network storage for less critical files and processes. Using NFS drives allows for scalability of disk space without requiring an upgrade of the existing architecture. Instead, the system administrator can attach a network drive and access the drive as if it was attached locally. Once the network drive is available, data files can be moved or created in the newly available drives.

The direct NFS client has two fundamental optimizations that increase performance. First, the direct NFS client is capable of performing concurrent direct I/O, removing the need to utilize the operating system’s cache and bypassing limitations imposed by the operating system configuration. When using the operating system to configure the NFS client, when data is written from the database to the NFS, it requires that the data be read from Oracle’s memory to the operating system cache before it is copied from the system cache to the NFS. By using the direct NFS client, the Oracle data no longer needs to be cached in the operating system, reducing the overall memory consumption and kernel CPU when writing to the network drive.


For more information about the Direct NFS Client, make sure you get a copy of Oracle 11g New Features Guide by John Garmany, Steve Karam, Lutz Hartmann, V. J. Jain, and Brian Carr http://www.oracle-developer.com/oracle_11g_new_features.html
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Oracle-Developer.com Forums Forum Index -> Oracle 11g New Features Discussion All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Sponsored by Oracle Consulting

Copyright ©2007 Oracle-Developer.com