We have begun experiencing outages on a Java application with 'Too many files open' on a soft limit of 2,000. On closer inspection we see hundreds of files that have a device name of 0,0 and are all roughly the same size.
I suspect the device name is significant but can't find anything in the documentation. Any ideas?
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 20381818 vteam 965r VREG 0,0 459374 0 /PRDdbcls_share (dbcls:/u09)
java 20381818 vteam 966r VREG 0,0 458866 0 /PRDdbcls_share (dbcls:/u09)
java 20381818 vteam 967r VREG 0,0 459180 0 /PRDdbcls_share (dbcls:/u09)
Thanks,
EddieK