diff --git a/library/Icinga/Application/Platform.php b/library/Icinga/Application/Platform.php index 025bf7729..185a69e92 100644 --- a/library/Icinga/Application/Platform.php +++ b/library/Icinga/Application/Platform.php @@ -406,7 +406,7 @@ class Platform */ public static function hasOracleSupport() { - return static::extensionLoaded('pdo_oci') && static::classExists('Zend_Db_Adapter_Pdo_Mysql'); + return static::extensionLoaded('pdo_oci') && static::classExists('Zend_Db_Adapter_Pdo_Oci'); } /**