contrib/oracle: Fixed some typos.
authorSebastian Harl <sh@tokkee.org>
Fri, 31 Oct 2008 19:03:12 +0000 (20:03 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 2 Nov 2008 13:27:42 +0000 (14:27 +0100)
contrib/oracle/create_schema.ddl
contrib/oracle/db_systat.sql

index c54c76c..e4dc54f 100644 (file)
@@ -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 
index 073c769..cf2a3c4 100644 (file)
@@ -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