Connection Information
Connection information shows details about server and client versions and the type of database clients they are using.
| Heading | Description |
|---|---|
| Channel | Uniquely identifies a database connection. |
| Client interface | The type of database interface used by the client. For example, this can be JDBC, ADO.NET, Embedded SQL, and so on. |
| Version | The version of the client. |
| Platform | The platform the client is executing on. |
| Prot | The type of communication protocol used. |
| From | Protocol dependent information where the client is running. For example, the local protocol returns the process identifier, and the tcp protocol returns the TCP/IP address. |
It is possible to select Refresh from the view menu to clear the window and output a new set of information.
See Also