/** * Closes the currently active Oracle DB connection. * It does nothing if the connection is already closed. */ protected function close() { Yii::trace('Closing Oracle connection', 'ext.oci8Pdo.OciDbConnection'); parent::close(); }