Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Invalid
-
10.1.1.0
-
None
-
None
Description
Add a column showing the connection id of the connection associated with this statement. This allows correlation of the output of Connection.toString(), allows you to scope statements by connection, etc.
Upon further inspection it has become clear that statements in the statement cache are global to the current schema and not specific to a given connection. Any connection can use a statement out of the cache. This is a nice feature, but it also makes this item invalid, so I am closing it.