When a database server completes all requested work from the client and is waiting for the next request, it parks itself to wait for a condition.
If the connection is over a network, the condition is called netnorm.
If the connection is a shared memory connection, the condition is called sm_read.
如果用户说屏幕没有响应,并且该屏幕的会话正在等待netnorm条件,客户端程序可能正在执行与数据库无关的操作。