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.