This one should work:
var $default = array('driver' => 'oracle',
'connect' => 'oci',
'persistent' => false,
'host' => 'localhost',
'port'=>1521,
'login' => 'postsUser',
'password' => 'pass',
'schema'=>'post', //The Oracle slang for what mySql call
database.
'database' => 'localhost:1521/xe', //All your application have
this same line for localhost schemas
'prefix' => ''
);
--
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