From 9b86c66756bff121e47ca5696e0aff561e236c28 Mon Sep 17 00:00:00 2001 From: Tanel Poder Date: Tue, 18 Jun 2024 07:44:18 -0400 Subject: [PATCH] header wording --- lpstat.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lpstat.sql b/lpstat.sql index e689b23..52f5352 100644 --- a/lpstat.sql +++ b/lpstat.sql @@ -3,18 +3,18 @@ -------------------------------------------------------------------------------- -- --- File name: lpstat +-- File name: lpstat.sql -- Purpose: Show large pool stats by sub-pool from X$KSMLS -- -- Author: Tanel Poder --- Copyright: (c) http://www.tanelpoder.com +-- Copyright: (c) https://tanelpoder.com -- -- Usage: @lpstat -- @lpstat "free memory" -- @lpstat cursor -- -- Other: The other script for querying V$SGASTAT is called sgastat.sql --- +-- and shows many more pools of interest (but not break down by subpool) -- -- --------------------------------------------------------------------------------