When i use Yii framework and oracle for my web application, i found this error : CDbConnection failed to open the DB connection: could not find driver. For my problem, the solution is :
- I use xampp with PHP version 5.3 (up)
- setting php.ini with uncomment this line :
- extension=php_pdo_oci.dll
I found the solution from here :
http://www.yiiframework.com/forum/index.php/topic/7390-mhon-bimbingan-gagal-koneksi-ke-oracle/page__p__37908__hl__failed+to+open+the+DB+connection#entry37908
http://id.php.net/manual/en/ref.pdo-oci.connection.php#70329
6 komentar:
Anonymous said...
ok' thnks..
Anonymous said...
Do you have an english solution tutorial to this?
arum said...
No, i don't. Sorry. It's long time ago i use this program.
Anonymous said...
ass hold these is not a solution puting in other language
Anonymous said...
Arum could you please put the english version of this .It will be very helpful
arum said...
In my problem, I just uncomment this line :
extension=php_pdo_oci.dll (only this line)
preview in php.ini :
extension=php_pdo_oci.dll
;extension=php_pdo_oci8.dll
then problem solve. :)
I am sorry that I cannot provide better source.