From 4330a219a32f3e9d8f58d34dbc6fc20b981ce7dd Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Fri, 31 Oct 2008 20:03:12 +0100 Subject: [PATCH] contrib/oracle: Fixed some typos. --- contrib/oracle/create_schema.ddl | 2 +- contrib/oracle/db_systat.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/oracle/create_schema.ddl b/contrib/oracle/create_schema.ddl index c54c76ca..e4dc54f2 100644 --- a/contrib/oracle/create_schema.ddl +++ b/contrib/oracle/create_schema.ddl @@ -12,7 +12,7 @@ -- -- Requirements --------------- --- make shure you have: +-- make sure you have: -- write permission in $PWD -- you have GID of oracle software owner -- set $ORACLE_HOME diff --git a/contrib/oracle/db_systat.sql b/contrib/oracle/db_systat.sql index 073c7696..cf2a3c4a 100644 --- a/contrib/oracle/db_systat.sql +++ b/contrib/oracle/db_systat.sql @@ -41,7 +41,7 @@ pga_hit_ratio FROM v$pgastat WHERE name = 'cache hit percentage'; --- DB Efficientcy +-- DB Efficiency SELECT ROUND(SUM(decode(metric_name, 'Database Wait Time Ratio', VALUE)), 2) AS database_wait_time_ratio, ROUND(SUM(decode(metric_name, 'Database CPU Time Ratio', VALUE)), 2) AS -- 2.30.2