thanks so much ^^
I have check it and I can connect to oracle database ^^

I use configuration like this:
'driver' => 'oracle',
                'connect'=>'oci_connect',
                'persistent' => false,
                'host' => 'localhost',
                'port'=>1521,
                'login' => 'hr',
                'password' => 'hr',
                'database' => 'xe',
                'prefix' => '',

and check php_oci8 in PHP-> PHP extensions

Thank you again ^^


On 22 Tháng Hai, 23:04, Zaky Katalan-Ezra <[email protected]> wrote:
> Linux? windows?
> Do you see OCI in phpinfo()?

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to