ACL in oracle?

2008-05-15 Thread Nameroc
I'm trying to use the command "cake acl initdb" to set up ACL tables in an oracle system, but my queries are returning errors because apparently acos and alias are keywords in oracle. Is there any way I can use acl short of renaming every bad field to something acceptable by oracle? --~--~

Oracle Connection

2008-05-13 Thread Nameroc
Hi, I'm trying to get CakePHP to communicate with oracle but I'm having a bit of trouble. When I configure my database.php file it gives me a "Fatal error: Call to undefined function ocilogon() in C:\wamp\www\cake \libs\model\datasources\dbo\dbo_oracle.php on line 165" error. I'm using the latest