I think its just changing the settings for the adapter in the ini. resources.db.adapter = Pdo_Oci resources.db.params.host = ? resources.db.params.username = ? resources.db.params.password = ? resources.db.params.dbname = ? resources.db.params.port = ? (1522 maybe)
I don't have an oracle db but I read this on http://akrabat.com/zend-framework-tutorial/ in the comments. I think the poster was wanting to use the tutorial with an oracle db or something. There are some notes in the docs that might be needed also. http://framework.zend.com/manual/en/zend.db.html#zend.db.adapter.adapter-not es.oracle 15.1.11.3. Oracle 15.1.11.7. PDO Oracle Hope that helps, Terre -----Original Message----- From: jarthel [mailto:[email protected]] Sent: Saturday, June 27, 2009 1:42 PM To: [email protected] Subject: [fw-general] how to configure application.ini to use oracle? I've been searching the net, the mailing lists and manual on how to setup my application.ini to connect to an Oracle DB. but I cannot find anything? Can you please help? Thank you -- View this message in context: http://www.nabble.com/how-to-configure-application.ini-to-use-oracle--tp2423 4947p24234947.html Sent from the Zend Framework mailing list archive at Nabble.com.
