Hello everyone,

i ran into some trouble when switching from mySQL to ORACLE.

In mySQL i created the table names in lower case.
Now after switching to ORACLE it's seems CAKE has some problems to
find the tables inside ORACLE, table names also lower case.

my dbconfig looks like:

var $default = array(
        'driver' => 'oracle',
        'connect' => 'oci_connect',
        'persistent' => false,
        'host' => '',
        'login' => 'user',
        'password' => 'password',
        'database' => 'host:port/XE',
        'prefix' => '',
);

ERROR:

Warning (512): SQL Error: ORA-00936: Ausdruck fehlt [CORE\cake\libs
\model\datasources\dbo_source.php, line 527]
Query: SELECT FROM connection_settings ConnectionSetting WHERE 1 = 1

IMHO DECRIBE table to get column names for the SELECT doesn't work.


any suggestion???

Florian

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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