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