Connect To Oracle 10G

when i go to "localhost:8080/yii/requirements/"

i see "PDO Oracle extension" Warning

i has been enable this extension in php.ini

extension=php_oracle.dll

extension=php_oci8.dll

;extension=php_oggvorbis.dll

;extension=php_openssl.dll

;extension=php_parsekit.dll

extension=php_pdf.dll

extension=php_pdo.dll

;extension=php_pdo_firebird.dll

extension=php_pdo_mssql.dll

extension=php_pdo_mysql.dll

extension=php_pdo_oci.dll

extension=php_pdo_oci8.dll

extension=php_pdo_odbc.dll

However when i back the page "localhost:8080/yii/requirements/"

i still found the error :"PDO Oracle extension" Warning

and page "localhost:8080/yii/cmisapp/index.php?r=gii/crud"

i see error : CDbConnection failed to open the DB connection: could not find driver

how to fix this erross.

maybe this is any help for you:

http://www.yiiframework.com/extension/phppdo/


                'db'=>array(

                        'class'=>'application.extensions.PHPPDO.CPdoDbConnection',

                        'pdoClass' => 'PHPPDO',

                        'connectionString' => 'oci:dbname=192.168.9.163:1521/SOMESCHEMA;charset=UTF8',

                        'username' => '',

                        'password' => '',

                ),

Also you need to have oracle instantclient installed