V$DNFS_CHANNELS displays information about the Oracle process connections (channels) open to NFS servers.
| Column | Datatype | Description | 
|---|---|---|
| PNUM | NUMBER | Oracle process number | 
| SVRNAME | VARCHAR2(255) | NFS server name | 
| PATH | VARCHAR2(255) | Network path to the NFS server | 
| CH_ID | NUMBER | Direct NFS channel identifier | 
| SVR_ID | NUMBER | Direct NFS server identifier | 
| SENDS | NUMBER | Send operations over the channel since the last select | 
| RECVS | NUMBER | Receive operations over the channel since the last select | 
| PINGS | NUMBER | Ping operations over the channel since the last select |