From: Sebastian Harl Date: Fri, 31 Oct 2008 19:03:12 +0000 (+0100) Subject: contrib/oracle: Fixed some typos. X-Git-Tag: collectd-4.6.0~165 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=4330a219a32f3e9d8f58d34dbc6fc20b981ce7dd;p=collectd.git contrib/oracle: Fixed some typos. --- 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