|
|
@@ -87,7 +87,7 @@ class Zend_Db_Statement_Oracle extends Zend_Db_Statement
|
|
|
protected function _prepare($sql)
|
|
|
{
|
|
|
$connection = $this->_adapter->getConnection();
|
|
|
- $this->_stmt = oci_parse($connection, $sql);
|
|
|
+ $this->_stmt = @oci_parse($connection, $sql);
|
|
|
if (!$this->_stmt) {
|
|
|
/**
|
|
|
* @see Zend_Db_Statement_Oracle_Exception
|