Oracle.addDatabase(“QOCI8”); // for an Oracle database
Hi experts,
This is the first time that I got this error:
oracle.addDatabase("QOCI8"); // for an Oracle database
Output: QSqlDatabase: QOCI8 driver not loaded
Output: QSqlDatabase: available drivers: QSQLLite
I'm a newbie and have no time to play with it. I guess I need to configure something in here. There's no oracle database online class I can find.
Versions: Oracle 10g
JDK 1.6
Tomcat 6
Any help would be appreciated as this is a very annoying problem because I can't even find out what the problem is. I've spent hours and hours to fix this and still got no success.
Thank you.