I did it this way:
Install xammp
1.enable "extension=php_oci8.dll" in php.ini


2.Set database.php

var $default = array('driver' => 'oracle',
             'connect' => 'oci',
            'persistent' => false,
            'host' => 'localhost',
            'port'=>1521,
            'login' => 'user',
            'password' => 'pass',
            'schema'=>'mydb',
            'database' => 'localhost:1521/xe',
            'prefix' => ''
         );

I fail to bake anything so I baked with mysql and then change to Oracle
connection

On Tue, Feb 15, 2011 at 11:13 AM, Tosun or Shadin <[email protected]> wrote:

> Window XP.
>
> On 15 February 2011 12:24, Zaky Katalan-Ezra <[email protected]> wrote:
>
>> Windows/Linux? distribution?
>>
>> --
>> 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
>>
>
>
>
> --
> Best Reguards..
> Taufiqul Islam
> Assistant Programmer
> Investment Corporation of Bangladesh
> 8-Rajuk Avenue, BDBL Bhaban, Dhaka-1000
> 13th floor (Computer Division), System Analysis Department
> E-mail : [email protected]
> URL : www.icb.gov.bd
>
> |A CMMi Level 3 Certified Company|
>
> --
> 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
>



-- 
Regards,
Zaky Katalan-Ezra
QA Administrator
www.IGeneriX.com
Sites.IGeneriX.com
054-7762312

-- 
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