Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QT5.0.2 connection with Oracle10g express edition
Forum Updated to NodeBB v4.3 + New Features

QT5.0.2 connection with Oracle10g express edition

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 2.0k Views 1 Watching
  • 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 Offline
    S Offline
    sonu_pal
    wrote on last edited by
    #1

    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
    0
    • S Offline
      S Offline
      sonu_pal
      wrote on last edited by
      #2

      Hi,

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

      Thanks.

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        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
        0
        • S Offline
          S Offline
          sonu_pal
          wrote on last edited by
          #4

          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
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved