Hi everyone,

I'm writing this post only as a resource for those that are trying to
make CakePHP applications run over Oracle 11g.
I noticed that dbo_oracle.php doesn't concatenate the host and port
parameters to the third parameter on the ocilogon function (php.net/
ocilogon).

The php.net page of this function warns that you should pass a string
like this:

host:port/database

to  the third parameter of the ocilogon function. But that doesn't
happen on dbo_oracle.php, which passes the database name parameter as
it comes from the configuration written in app/config/database.php.


I've made the communication between then work, but i would like to
leave this post as a further reference to everyone that run into
troubles trying to make it work.

[]'s

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

Reply via email to