Questions tagged [qoci]

Stands for Qt Oracle Connect Interface. It is a family of RDBMS Oracle Drivers for Qt.

QOCI Stands for Qt OCI. It is a family of RDBMS Oracle Driver for Qt.

Highly relevant questions on that topic:

6 questions
4
votes
1 answer

How to build Qt QOCI (Oracle Database driver) on Windows with MinGW?

This last two days I spend trying to build both debug and release Oracle database drivers for Qt without success. The manual that is given in Qt Project (link) is far incomplete and in reality things are much more complicated than what is…
Momergil
  • 437
  • 1
  • 5
  • 20
2
votes
0 answers

Can not load QOCI driver

I had compiled oracle driver and opened successfully with Qt a few days ago, but today, I got into trouble using the same code! Here is the code: bool isAvailable = QSqlDatabase::isDriverAvailable("QOCI"); if(isAvailable) qDebug() << "QOCI…
Mr.Guo
  • 21
  • 4
1
vote
1 answer

How to compile Qt5 QOCI plugin on Linux with Oracle client 12?

The official documentation should do the trick, not for me: cd $QTDIR/qtbase/src/plugins/sqldrivers qmake -- OCI_INCDIR=/usr/include/oracle/10.1.0.3/client OCI_LIBDIR=/usr/lib/oracle/10.1.0.3/client/lib make sub-oci What I have tried: cd…
Opena
  • 879
  • 6
  • 9
1
vote
0 answers

QOCI plugin making error QT

I faced some problems when I was trying to make a QOCI driver for QT 5.7. I was folloing this Guide (How to build Qt QOCI (Oracle Database driver) on Windows with MinGW?) and it helped before the "Third try". When after the "Second try" I call…
NonSense
  • 173
  • 1
  • 2
  • 13
0
votes
0 answers

How to build/compile/load in the QOCI driver in Qt on RHEL 7 Linux?

I am developing a RHEL 7 Qt application and need to connect to an Oracle database. When calling QSqlDatabase::addDatabase("QOCI"), I am prompted with the following: QSqlDatabase: QOCI driver not loaded QSqlDatabase: available drivers: QSQLITE I…
0
votes
2 answers

Why QOCI plugin isn't working

I am trying to use Qt with QOCI (actually, along with other plugins as well) but for some reason I cannot. Here is what I did and result: 1- http://doc.qt.nokia.com/latest/sql-driver.html#qoci plug-in is built successfully. 2- copied the plugin…
Hayri Uğur Koltuk
  • 2,970
  • 4
  • 31
  • 60