-
Latency test from Client to Oracle DB: Minimum number of rows fetched in sqlplus and sqlcl
Some time ago I wrote a Blog on how to calculate the network latency fetching a row to a Client from an Oracle database. The tool I used was sqlcl, because it just requires Java and hence no Oracle Client needs to be installed. Some people executed the script provided in the blog with sqlplus…