I have solved...
the problem was that I haven't included tha php_oci8 extension.


On 21 Mag, 14:31, "Sliv (Tim MacAleese)" <[EMAIL PROTECTED]> wrote:
> Do you mean it says "your database configuration file is NOT
> present"?  If it's present, then what does it say about being able to
> connect to your database?
>
> On May 20, 3:15 pm, Valerio <[EMAIL PROTECTED]> wrote:
>
> > Hi, I'm a new cakephp developer... I'm trying to connect to an Oracle
> > db but it doesn't work. I use a native oracle driver and my connection
> > parameters into the database.php file are:
>
> > var $default = array('driver' => 'oracle',
> >                                                    'connect' => 
> > 'oci_connect',
> >                                                    'host' => 'localhost',
> >                                                    'login' => 'Valerio',
> >                                                    'password' => '031280',
> >                                                    'database' => 'XE',
> >                                                    'prefix' => '');
>
> > I have a tnsnames.ora entry:
>
> > XE =
> >   (DESCRIPTION =
> >     (ADDRESS = (PROTOCOL = TCP)(HOST = Valerio.INTARGET)(PORT = 1521))
> >     (CONNECT_DATA =
> >       (SERVER = DEDICATED)
> >       (SERVICE_NAME = XE)
> >     )
> >   )
>
> > When I browse to the cakephp index of my project, it prints simply
> > "Your database configuration file is present."
>
> > Where is the problem?
>
> > Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to