From 19006521aef5b7e35d2336ab532fc8f3f16e9023 Mon Sep 17 00:00:00 2001 From: asfernandes Date: Tue, 10 Jun 2008 16:46:55 +0000 Subject: [PATCH] Correction --- doc/README.monitoring_tables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.monitoring_tables b/doc/README.monitoring_tables index 680f9b37b3..2db2a9df22 100644 --- a/doc/README.monitoring_tables +++ b/doc/README.monitoring_tables @@ -274,7 +274,7 @@ Monitoring tables 6) Enumerate all session-level context variables for the current connection: SELECT VAR.MON$VARIABLE_NAME, VAR.MON$VARIABLE_VALUE - FROM MON$VARIABLES VAR + FROM MON$CONTEXT_VARIABLES VAR WHERE VAR.MON$ATTACHMENT_ID = CURRENT_CONNECTION 7) Report top 10 statements ranted by their memory usage: