Gii Timeout In Yii 1.1.14 With Oracle

Hi,

I am using yii 1.1.14, and using oracle as database. When I used Yii 1.1.14, I found error timeout in Gii (Model generating), and when I used Yii 1.1.13 model was successfull generated.

Here the configuration file




'db'=>array(

       'class'=>'CDbConnection',

       'connectionString' => 'oci:dbname=//127.0.0.1:1521/ORCL',

       'username' => 'usr_oracle',

       'password' => 'pass_oracle',

       'charset'=>'utf8',

       'schemaCachingDuration' => '7200',

       'emulatePrepare'=>true,



Any idea or solution for this case ?

  1. Make sure it’s introduced by 1.1.14. i.e. rollback to 1.1.13 without changing any application code and check if it works.

  2. If it is introduced by 1.1.14, create and issue at https://github.com/yiisoft/yii/issues/new. Don’t forget to specify your Oracle version.

Thank you for replying samdark, I tried in oracle 11.2.0.3 version and yii 1.1.14 and 1.1.13 version.

I think it was a bug. Using 1.1.13 had no problem, although if compared with MySql oracle was slower than MySQL (performance).

I think i will create ticket to submit the bug.

Thanks.