Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    QT5.0.2 connection with Oracle10g express edition

    General and Desktop
    2
    4
    1791
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      sonu_pal last edited by

      Hi,

      I have oracle10g installed on my windows7 64 bit and also QT5.0.2.

      I would like to establish oracle10g database connectivity with QT5.0.2 .I would like to build OCI plugin for windows.

      I'm not able to understand where i have to provide below code and run it from help documentation

      @set INCLUDE=%INCLUDE%;c:\oracle\oci\include
      set LIB=%LIB%;c:\oracle\oci\lib\msvc
      cd %QTDIR%\src\plugins\sqldrivers\oci
      qmake oci.pro
      make@

      below are my oracle and QT installation directories.

      C:\oraclexe\app\oracle\product\10.2.0\server\BIN
      C:\oraclexe\app\oracle\product\10.2.0\server\OCI
      C:\oraclexe\app\oracle\product\10.2.0\server\OCI\lib\MSVC
      C:\oraclexe\app\oracle\product\10.2.0\server\OCI\include

      C:\oraclexe\app\oracle\product\10.2.0\server\sqlplus
      C:\oraclexe\app\oracle\product\10.2.0\server\xdk

      QT5.0.2 directories

      C:\Qt\Qt5.0.2\Tools\QtCreator\bin\sqldrivers
      C:\Qt\Qt5.0.2\Tools\MinGW\bin
      C:\Qt\Qt5.0.2\Tools\MinGW\lib

      C:\Qt\Qt5.0.2\5.0.2\mingw47_32\plugins\sqldrivers
      C:\Qt\Qt5.0.2\5.0.2\mingw47_32\bin

      1 Reply Last reply Reply Quote 0
      • S
        sonu_pal last edited by

        Hi,

        Is there any body to help me upon this... I am stuck on it..

        Thanks.

        1 Reply Last reply Reply Quote 0
        • SGaist
          SGaist Lifetime Qt Champion last edited by

          Hi,

          Please allow at least a day before bumping your own thread. People on this forum don't necessarily live in the same timezone as you nor have the knowledge to help you.

          As for your question: these instructions must be written in a command prompt (ideally a Qt configured command prompt). If you don't have access to a Qt configure command prompt, replace %QDIR% by the full path to your Qt installation.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply Reply Quote 0
          • S
            sonu_pal last edited by

            Hi,

            I have resinstalled the complete QT5.0.2 setup on my windows and somwehow now i am facing building the plugin which is posted on below thread.

            http://qt-project.org/forums/viewthread/29447/

            Thanks

            1 Reply Last reply Reply Quote 0
            • First post
              Last post