Hello!
[Once again] I'm trying to build the QOCIDriver (for oracle databases) using MinGW and I'm unable to do it because a file named "oci.json" is not being found.
It may seems strange that I'm doing this question here since this is not a oracle database forum, but Qt, but the problem is that I already did a successful QOCIDriver with MinGW when I was using Qt 4.8.1. Now that I moved to Qt 5.1.0, I discovered that QSqlDatabase wouldn't considered my old drivers, so I'm having to build them again. And when I repeated the steps to make this driver in particular, this error appeared (an error that didn't appear when I compiled the driver in the first time). So that makes me thing if it's not something more related to Qt than to Oracle database.
About the file specifically, there is nothing on Google about it.
The way I'm trying to build: http://stackoverflow.com/questions/1...ows-with-mingw
Thanks,
Momergil


Reply With Quote

The manual I created for building the OCI plugin (that I linked before) is based on the linked you provided (although I have the impression that it may not be that useful for Qt 5.1)

Bookmarks