I am developing a reporting web app for a client of mine. Their accounting software runs off of an oracle db.
While i know there is a possibility of creating a connection to oracle via codeigniter. Im not sure of how to go about it. Can someone provide a list of differences between connecting via mysql and oracle.. or even just an example.
The framework will use a mysql db to store app specific information (credentials, visitor statistics, email information, logs, etc). However all accounting information is pulled from the oracle server.
It might be more helpful to give it a shot yourself and then come back with any specific issues you run into, but here’s a snippet of
/config/database.phpfrom a CodeIgniter app that connects to an Oracle database: