explain plan 执行计划统计信息各参数意思:recursive calls  --回归调用
db block gets   -- 读block的次数
consistent gets   -逻辑读次数
physical reads            --物理读次数
redo size           -- redo log 大小
bytes sent via SQL*Net to client  --送到客户端的字节
bytes received via SQL*Net from client  -- 收到客户端的消息   
sorts (memory)         --内存排序次数
sorts (disk)               --磁盘排序次数
rows processed       ---行处理
SQL*Net roundtrips to/from client ---?????其中SQL*Net roundtrips to/from client 是什么意思