oracle connection with user prefix to tables

2010-12-21 Thread ojonam
Hello all, I am starting a cakephp project which runs atop oracle (imposed, not willingly chosen). There are two user accounts, an ADMIN one (with read access), and a READER one. For accessing to a given table using the READER account, I need to refer to a table as ADMIN.table. In cake, if I set

Re: oracle connection

2008-05-21 Thread Valerio
I have solved... the problem was that I haven't included tha php_oci8 extension. On 21 Mag, 14:31, "Sliv (Tim MacAleese)" <[EMAIL PROTECTED]> wrote: > Do you mean it says "your database configuration file is NOT > present"?  If it's present, then what does it say about being able to > connect to

Re: oracle connection

2008-05-21 Thread Sliv (Tim MacAleese)
Do you mean it says "your database configuration file is NOT present"? If it's present, then what does it say about being able to connect to your database? On May 20, 3:15 pm, Valerio <[EMAIL PROTECTED]> wrote: > Hi, I'm a new cakephp developer... I'm trying to connect to an Oracle > db but it

oracle connection

2008-05-20 Thread Valerio
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_c

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

Oracle Connection with CakePHP

2006-04-19 Thread Christian
Hi guys, I'm having a problem getting cake to wotk with oracle. I've managed the Blog Tutorial with MySQL, no problem. An Oracle connection woth PHP+Adodb without cake is no problem. But I really want to get cake to work with oracle. So far I changed the database.php to va