ocilib | Open source C and C++ library for accessing Oracle databases | Database library

 by   vrogier C Version: v4.7.6 License: Apache-2.0

kandi X-RAY | ocilib Summary

kandi X-RAY | ocilib Summary

ocilib is a C library typically used in Database, Oracle applications. ocilib has no vulnerabilities, it has a Permissive License and it has low support. However ocilib has 3 bugs. You can download it from GitHub.

OCILIB is an open source and portable Oracle Driver that delivers really fast and reliable access to Oracle databases. The source code is free source code licensed under the Apache License, Version 2.0. (see the file LICENSE). This current source is pure ISO C and should compile with any C90 Compliant compiler for ANSI version and C99 for Unicode versions.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              ocilib has a low active ecosystem.
              It has 288 star(s) with 117 fork(s). There are 44 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 14 open issues and 272 have been closed. On average issues are closed in 56 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of ocilib is v4.7.6

            kandi-Quality Quality

              ocilib has 3 bugs (0 blocker, 0 critical, 2 major, 1 minor) and 2 code smells.

            kandi-Security Security

              ocilib has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              ocilib code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              ocilib is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              ocilib releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.
              It has 1626 lines of code, 0 functions and 4 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ocilib
            Get all kandi verified functions for this library.

            ocilib Key Features

            No Key Features are available at this moment for ocilib.

            ocilib Examples and Code Snippets

            No Code Snippets are available at this moment for ocilib.

            Community Discussions

            QUESTION

            How to pass a c++ class function as callback
            Asked 2019-May-29 at 11:17

            I am having a bit trouble understanding how to pass this to a callback function which is passed to a library. The function needs to have a specific signature.

            the library in question is OCILIB (https://vrogier.github.io/ocilib/doc/html/classocilib_1_1_subscription.html) and trying to pass a class function as the 4th parameter of Register().

            It is possible for me to pass it as following without problem

            ...

            ANSWER

            Answered 2019-May-29 at 11:17

            That is a horrible API. Anyone who has a callback function without also asking for a void* is writing code we knew was a bad idea in the 70s.

            You have no choice but to use global state to dispatch back to your class.

            Source https://stackoverflow.com/questions/56352417

            QUESTION

            Connecting Oracle database in C++
            Asked 2018-May-18 at 14:05

            I'm looking for API to develop C++ app which will be connecting with Oracle database. While looking through internet I found OCILIB.

            Do you know any better solution or should I use OCILIB? I'm looking for new technologies and don't know if OCILIB is deprecated.

            Don't know if it matter, but app will use only SELECT, UPDATE, INSERT statements.

            Thanks for your advice.

            ...

            ANSWER

            Answered 2018-May-18 at 14:05

            For conencting to the Oracle databse, Oracle provides an API: Oracle Call interface

            It is needed by all libraries which are a wrapper to it.

            cpprefrence provides links to the following databse related libraries:

            • OTL
            • DTL
            • libpqxx
            • lmdb++ - C++11 wrapper for the LMDB embedded B+ tree database library.
            • mongocxx - C++11 driver library for MongoDB
            • mysql++
            • ODB - C++ Object-Relational Mapping (ORM)
            • QUINCE: QUeries IN C++ Expressions (ORM+EDSL)
            • QxOrm - C++ Qt Object-Relational Mapping (ORM)
            • SOCI
            • sqlpp11

            Source https://stackoverflow.com/questions/50410288

            QUESTION

            It shows error message Cannot create OCI environment in my Visual c++
            Asked 2017-Sep-20 at 06:59

            I am using Microsoft Visualstudio2015, i am trying to run c++ program using OCI functions, but my program terminating.

            I set ocilib path in my visual studio and it starting successfully, but i got message initialising failed in my log file

            ...

            ANSWER

            Answered 2017-Sep-19 at 06:17

            Re-check your OCILIB path in Environment variables, for example:-

            Source https://stackoverflow.com/questions/46175439

            QUESTION

            I can't compile OCILIB on ubuntu
            Asked 2017-Aug-28 at 18:14

            I am trying to access Oracle database using OCILIB on Ubuntu. I use that on the command line:

            ...

            ANSWER

            Answered 2017-Aug-28 at 18:14

            You didn't link against ocilib library. Add -llibocilib to your command line.

            Source https://stackoverflow.com/questions/45920932

            QUESTION

            database connection checking in c++ program
            Asked 2017-Aug-03 at 20:52

            I am trying to connect a database with the c++ program using OCILIB interface. my program is:-

            ...

            ANSWER

            Answered 2017-Aug-03 at 20:52

            You need to copy ociliba.dll from the ocilib archive (under lib32|64 folder) to the folder where your executable is generated.

            Source https://stackoverflow.com/questions/45484458

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install ocilib

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/vrogier/ocilib.git

          • CLI

            gh repo clone vrogier/ocilib

          • sshUrl

            git@github.com:vrogier/ocilib.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link