Oracle 11g Direct NFS
source: http://www.oracle.com/technology/deploy/performance/pdf/directnfsclient_11gr1_twp.pdf
I have tested the Oracle NFS Driver on Oracle Enterprise Linux 5.1 with Oracle 11.1.0.7
Instead of using the Kernel NFS Driver, Oracle 11g provides its own Direct NFS driver. Hence Oracle will optimize the I/O path between Oracle and the NFS server.
The following is the order where Oracle searchs for NFS exports.
- $ORACLE_HOME/dbs/oranfstab
- /etc/oranfstab
- /etc/mtab (content of mounted /etc/fstab)
So you have just to configure your /etc/fstab, with no special parameter as mentioned in metalink#359515.1 , as follow:
filername:/vol/nfs_data01/q_nfs_data01 /nfs/SID/data1 nfs mount -a
Then you have to link some libraries in your $ORACLE_HOME
cd $ORACLE_HOME/lib mv libodm11.so libodm11.so_stub ln -s libnfsodm11.so libodm11.so
Now you can start your Oracle Instance and check the alertlog file for this line:
Oracle instance running with ODM: Oracle Direct NFS ODM Library Version 2.0
Hence the Driver of Oracle is used for NFS.
There are also some Views to check the stats and the current nfs exports you are using:
SQL> SELECT svrname, dirname FROM v$dnfs_servers; SVRNAME DIRNAME --------------- filername /vol/nfs_data01/q_nfs_data01
Some other views:
v$dnfs_servers v$dnfs_files v$dnfs_channels v$dnfs_stats
Oracle Clusterware: Third Voting disk on NFS
A voting disk is a critical file for Oracle Clusterware. You must have at least 3 voting disks. If you have „only“ two SAN then you can configure the third on a NFS share.
Oracle supports now a third voting disk on NFS for HPUX. But only for HPUX 11.31 and Oracle Clusterware 10.2.0.2 onwards.
This white paper describse how to configure it:
Using standard NFS to support a third voting disk on an Extended Distance cluster configuration on Linux,AIX,HP, or Solaris (PDF)
Ubuntu 7.10 (Gutsy Gibbon)
The Ubuntu 7.10 Beta is available to download here
And now also the stable version here
New Features since 7.04
- GNOME 2.20
- Desktop 3D effects
- Desktop search
- Fast user switching
- Firefox plugins in Ubuntu
- Dynamic screen configuration
- Graphical configuration tool for X
- Fully automatic printer installation
- Handling of non-free device drivers
- NTFS writing
- Power consumption
- AppArmor security framework
- Additional installation profiles for Ubuntu Server
- Profile-based Authentication Configuration
- Improved thin-client support
Oracle 11g: The Top New Features for DBAs and Developers
Some days ago Oracle 11g for Linux x86 is available. Here a list of features. This features are currently available to read the rest is comming soon:
- Database Replay
- Schema Management
- Partitioning
- Transaction Management
- SQL Plan Management
- SQL Perfomance Analyzer
- SQL Access Advisor
- RMAN
- PL/SQL: Efficient Coding
- Security
- Automatic Storage Management
- Manageability
- Caching and Pooling
- SQL Operations: Pivot and Unpivot
- Secure Files
- Reciliency
- Data Guard
- PL/SQL Performance
- Data Warehousing and OLAP
- And don’t forget…
Read them here!
PartyPoker anywhere
Until now you have to install wine on a linux box to play PartyPoker.
Steps
- install wine
- download & install partypoker
- wine configuration –> win xp
- execute „wine PartyGaming.exe -P=PartyPoker“
- Play and win money

Now you can play it in a webbrowser on any box. Check out PartyPoker anywhere! Requirement JDK 1.4/1.5.
Could Linux become the dominant OS?
A nice article about this subject you can read on theregister.
Here the topics:
- Server dominance
- The Microsoft threat and GPL 3.0
- Linux on the desktop, eventually
- The Linux bottom line
Interactive Linux Kernel
The Linux kernel contains over 5 mio lines of code spread over hundreds of files. Lets say if you want find the sys_fork function, you can easily navigate sys_fork link and you got it.
You can navigate with the mouse:
- wheel-zoom
- drag-move
- keywords-links
Have fun with the interactive linux kernel map!
Ubuntu sources.list generator
With the online Ubuntu sources.list generator you can simply create your source.list in only two simple steps.
Free Software Sticker Book
If you are looking for a GNU Linux sticker for your computer, car or something else then you should have a look here. You can download the whole book for free.
There are really a lot of nice stickers which you can print and stick on your laptop. But please don’t forget to remove the ugly Windows sticker before
Oracle 11g for Linux
Oracle 11g is now available for linux x86. The documentation library can be found here including the new features.

